Added MALLOC_STACK and SUB to instruction-test example
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user