mirror of
https://github.com/ichmagmaus111/ghostgram.git
synced 2026-07-16 12:37:19 +02:00
9 lines
142 B
NASM
9 lines
142 B
NASM
; Tests integer constant handling (for output, not parsing)
|
|
|
|
db 0x51
|
|
dw 0x3875
|
|
dd 0x35783134
|
|
dq 0xABCDEF0123456789
|
|
dt 0xa907bc890d0e907f0134
|
|
|