diff options
| author | Bryan Bishop <kanzure@gmail.com> | 2012-05-05 02:46:46 -0500 | 
|---|---|---|
| committer | Bryan Bishop <kanzure@gmail.com> | 2012-05-05 02:46:46 -0500 | 
| commit | fa63fe8ab211035395690fd7cdcc5f901f082568 (patch) | |
| tree | 61ebc11de1a668afaab483ae554a78e008401e61 | |
| parent | 47d1e412b9199d97c148abd8019b071c14039f2e (diff) | |
set TextInlineAsm to size=1 for now
| -rw-r--r-- | extras/crystal.py | 1 | 
1 files changed, 1 insertions, 0 deletions
| 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):      """ | 
