mirror of
https://github.com/hsoft/collapseos.git
synced 2024-11-01 17:20:55 +11:00
5 lines
56 B
NASM
5 lines
56 B
NASM
; test expressions
|
|
ld a, 'A'+3
|
|
ld a, 'A'-0x20
|
|
ld a, 8*5
|