set TextInlineAsm to size=1 for now

This commit is contained in:
Bryan Bishop 2012-05-05 02:46:46 -05:00
parent 47d1e412b9
commit fa63fe8ab2

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):
"""