From 753514e9a8ca0c9411d494d90286d1f36809eb2b Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Wed, 1 Nov 2023 22:56:59 +0000 Subject: Added MALLOC_STACK and SUB to instruction-test example --- examples/instruction-test.asm | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/examples/instruction-test.asm b/examples/instruction-test.asm index 60f275f..84f311e 100644 --- a/examples/instruction-test.asm +++ b/examples/instruction-test.asm @@ -21,6 +21,9 @@ malloc.byte 1 malloc.hword 2 malloc.word 3 + malloc.stack.byte + malloc.stack.hword + malloc.stack.word mset.byte 1 mset.hword 2 mset.word 3 @@ -51,6 +54,9 @@ plus.byte plus.hword plus.word + sub.byte + sub.hword + sub.word print.char print.byte print.int -- cgit v1.2.3-13-gbd6f