summaryrefslogtreecommitdiff
path: root/src/arch/micro_asm_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/micro_asm_test.py')
-rwxr-xr-xsrc/arch/micro_asm_test.py7
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
};