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 | 9434936f356c9b3f1b44b9d5226862efa9d5ccdd (patch) | |
tree | ea33a8bcbf800870b10db029f00d7158b7b48b8b /crystal.py | |
parent | e229ba5fa9483671970732e9246dd79387fb5e7b (diff) |
set TextInlineAsm to size=1 for now
original-commit-id: fa63fe8ab211035395690fd7cdcc5f901f082568
Diffstat (limited to 'crystal.py')
-rw-r--r-- | crystal.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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): """ |