summaryrefslogtreecommitdiff
path: root/plugins/govm/samples/test.asm
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/govm/samples/test.asm')
-rw-r--r--plugins/govm/samples/test.asm26
1 files changed, 26 insertions, 0 deletions
diff --git a/plugins/govm/samples/test.asm b/plugins/govm/samples/test.asm
new file mode 100644
index 0000000..b62e9f8
--- /dev/null
+++ b/plugins/govm/samples/test.asm
@@ -0,0 +1,26 @@
+
+ ; Should be skipped
+ jmp end
+
+start:
+ ; Let's start !
+
+ nop
+ nop
+ nop ; Zzz
+
+ li 0x1234
+
+ li 0x01
+ li 0x002
+ add
+
+ pop b
+
+end:
+
+ li 0x0
+ syscall ; halt
+
+ nop
+