From 101d7d372d560dfdb1edc7e6b72350304d26603b Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Wed, 1 Nov 2023 22:12:58 +0000 Subject: Updated instruction-test example file for new memory management instructions --- examples/instruction-test.asm | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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 -- cgit v1.2.3-13-gbd6f