From 228f548bd9096415d3f9ee6cf0f5355f6c6f133b Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Tue, 31 Oct 2023 20:37:11 +0000 Subject: Changed asm/parser instruction push-reg->push.reg --- examples/instruction-test.asm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'examples') diff --git a/examples/instruction-test.asm b/examples/instruction-test.asm index 6a8f172..e6df2f9 100644 --- a/examples/instruction-test.asm +++ b/examples/instruction-test.asm @@ -9,9 +9,9 @@ pop.byte pop.hword pop.word - push-reg.byte 1 - push-reg.hword 2 - push-reg.word 3 + push.reg.byte 1 + push.reg.hword 2 + push.reg.word 3 mov.byte 1 mov.hword 2 mov.word 3 -- cgit v1.2.3-13-gbd6f