Updated instruction-test example file for new memory management instructions

This commit is contained in:
2023-11-01 22:12:58 +00:00
parent 90e04542a2
commit 101d7d372d

View File

@@ -18,6 +18,21 @@
dup.byte 1 dup.byte 1
dup.hword 2 dup.hword 2
dup.word 3 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.byte
not.hword not.hword
not.word not.word