aboutsummaryrefslogtreecommitdiff
path: root/examples/instruction-test.asm
diff options
context:
space:
mode:
authorAryadev Chavali <aryadev@aryadevchavali.com>2023-10-31 20:37:11 +0000
committerAryadev Chavali <aryadev@aryadevchavali.com>2023-10-31 20:37:11 +0000
commit228f548bd9096415d3f9ee6cf0f5355f6c6f133b (patch)
tree4ff8d430fb811a23f87d75eebf731ce18e049170 /examples/instruction-test.asm
parentc534a53b6fe1de24374c2957cedf5940cae84f6c (diff)
downloadovm-228f548bd9096415d3f9ee6cf0f5355f6c6f133b.tar.gz
ovm-228f548bd9096415d3f9ee6cf0f5355f6c6f133b.tar.bz2
ovm-228f548bd9096415d3f9ee6cf0f5355f6c6f133b.zip
Changed asm/parser instruction push-reg->push.reg
Diffstat (limited to 'examples/instruction-test.asm')
-rw-r--r--examples/instruction-test.asm6
1 files changed, 3 insertions, 3 deletions
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