aboutsummaryrefslogtreecommitdiff
path: root/examples/instruction-test.asm
diff options
context:
space:
mode:
Diffstat (limited to 'examples/instruction-test.asm')
-rw-r--r--examples/instruction-test.asm15
1 files changed, 15 insertions, 0 deletions
diff --git a/examples/instruction-test.asm b/examples/instruction-test.asm
index e6df2f9..60f275f 100644
--- a/examples/instruction-test.asm
+++ b/examples/instruction-test.asm
@@ -18,6 +18,21 @@
dup.byte 1
dup.hword 2
dup.word 3
+ malloc.byte 1
+ malloc.hword 2
+ malloc.word 3
+ mset.byte 1
+ mset.hword 2
+ mset.word 3
+ mset.stack.byte
+ mset.stack.hword
+ mset.stack.word
+ mget.byte 1
+ mget.hword 2
+ mget.word 3
+ mget.stack.byte
+ mget.stack.hword
+ mget.stack.word
not.byte
not.hword
not.word