From fa63fe8ab211035395690fd7cdcc5f901f082568 Mon Sep 17 00:00:00 2001 From: Bryan Bishop Date: Sat, 5 May 2012 02:46:46 -0500 Subject: [PATCH] set TextInlineAsm to size=1 for now --- extras/crystal.py | 1 + 1 file changed, 1 insertion(+) diff --git a/extras/crystal.py b/extras/crystal.py index ae9588e5d..e40312e4f 100644 --- a/extras/crystal.py +++ b/extras/crystal.py @@ -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): """