set TextInlineAsm to size=1 for now

original-commit-id: fa63fe8ab211035395690fd7cdcc5f901f082568
This commit is contained in:
Bryan Bishop
2012-05-05 02:46:46 -05:00
parent e229ba5fa9
commit 9434936f35

View File

@@ -2378,6 +2378,7 @@ class TextInlineAsm(TextCommand):
id = 0x8
macro_name = "start_asm"
end = True
size = 1
# TODO: parse the following asm with gbz80disasm
class WriteDecimalNumberFromRAM(TextCommand):
"""