Changed asm/parser instruction push-reg->push.reg

This commit is contained in:
2023-10-31 20:37:11 +00:00
parent c534a53b6f
commit 228f548bd9
2 changed files with 4 additions and 4 deletions

View File

@@ -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