Added MALLOC_STACK and SUB to instruction-test example

This commit is contained in:
2023-11-01 22:56:59 +00:00
parent 740627b12d
commit 753514e9a8

View File

@@ -21,6 +21,9 @@
malloc.byte 1 malloc.byte 1
malloc.hword 2 malloc.hword 2
malloc.word 3 malloc.word 3
malloc.stack.byte
malloc.stack.hword
malloc.stack.word
mset.byte 1 mset.byte 1
mset.hword 2 mset.hword 2
mset.word 3 mset.word 3
@@ -51,6 +54,9 @@
plus.byte plus.byte
plus.hword plus.hword
plus.word plus.word
sub.byte
sub.hword
sub.word
print.char print.char
print.byte print.byte
print.int print.int