We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bc0deb commit 6ac60b4Copy full SHA for 6ac60b4
adafruit_pioasm.py
@@ -63,7 +63,7 @@ def __init__(self, text_program: str, *, build_debuginfo=False) -> None:
63
if program_name:
64
raise RuntimeError("Multiple programs not supported")
65
program_name = line.split()[1]
66
- elif line.startswith(".offset"):
+ elif line.startswith(".origin"):
67
offset = int(line.split()[1], 0)
68
elif line.startswith(".wrap_target"):
69
wrap_target = len(instructions)
0 commit comments