Minor change...

This commit is contained in:
xolatile 2024-07-07 13:48:36 -04:00
parent 3e1553b87b
commit a0380aff27
2 changed files with 30 additions and 1 deletions
documentation
source

@ -16,6 +16,35 @@ segment readable writable
heyo: db 72, 69, 89, 79, 10
7F 45 4C 46 02 01 01 03
00 00 00 00 00 00 00 00
02 00 3E 00 01 00 00 00
B0 00 40 00 00 00 00 00
40 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00
00 00 00 00 40 00 38 00
02 00 40 00 00 00 00 00
01 00 00 00 05 00 00 00
00 00 00 00 00 00 00 00
00 00 40 00 00 00 00 00
00 00 40 00 00 00 00 00
C5 00 00 00 00 00 00 00
C5 00 00 00 00 00 00 00
00 10 00 00 00 00 00 00
01 00 00 00 06 00 00 00
C5 00 00 00 00 00 00 00
C5 10 40 00 00 00 00 00
C5 10 40 00 00 00 00 00
05 00 00 00 00 00 00 00
05 00 00 00 00 00 00 00
00 10 00 00 00 00 00 00
0F 05 0F 05
68 65 79 6F 20 77 6F 72 6C 64 21 0A
;~B8 01 00 00 00
;~BF 01 00 00 00
;~BE D2 10 40 00

@ -198,7 +198,7 @@ instruction: INOP { ; }
| IMOV register register
| IMOV memory register
| IMOV register memory
| IMOV register immediate { append_instruction_t6 (MOV, D32, REG, $2, REG, $3); }
| IMOV register immediate { append_instruction_t6 (MOV, D32, REG, (int) $2, REG, (int) $3); }
| IMOV memory immediate
| IXOR register register
| IXOR register memory