1
0
mirror of https://github.com/hsoft/collapseos.git synced 2024-09-16 23:18:46 +10:00
collapseos/apps/zasm/tests/test4.asm
2019-05-14 13:53:12 -04:00

8 lines
85 B
NASM

; test literals parsing
ld a, 42
ld a, 0x42
ld hl, 0x4234
ld hl, (0x4234)
ld a, 'X'