diff options
Diffstat (limited to 'src')
-rwxr-xr-x | src/arch/micro_asm_test.py | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/arch/micro_asm_test.py b/src/arch/micro_asm_test.py index f0aebe2b2..b074ecb58 100755 --- a/src/arch/micro_asm_test.py +++ b/src/arch/micro_asm_test.py @@ -91,6 +91,13 @@ def macroop squishy { .tweak }; +#Extending the rom... +def rom +{ + #Here's more stuff for the rom + bah +}; + def macroop squashy { bah }; |