1
0
mirror of https://github.com/hsoft/collapseos.git synced 2024-07-23 13:30:33 +10:00
collapseos/tools/tests/zasm/test7.asm

6 lines
113 B
NASM
Raw Normal View History

; It's fine to declare the same constant twice. Only the first value is
; kept
.equ FOO 42
.equ FOO 22
ld a, FOO