diff options
Diffstat (limited to 'example/asm_arm_sc.py')
| -rw-r--r-- | example/asm_arm_sc.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/asm_arm_sc.py b/example/asm_arm_sc.py index 71f2d716..16bfa181 100644 --- a/example/asm_arm_sc.py +++ b/example/asm_arm_sc.py @@ -27,7 +27,7 @@ base_expr.setParseAction(my_var_parser) st = StrPatchwork() -blocs, symbol_pool = parse_asm.parse_txt(mn_arm, 'arm', ''' +blocs, symbol_pool = parse_asm.parse_txt(mn_arm, 'l', ''' main: MOV R1, R0 MOV R2, 0x100 |