mirror of
https://github.com/ichmagmaus111/ghostgram.git
synced 2026-07-16 20:47:21 +02:00
7 lines
175 B
NASM
7 lines
175 B
NASM
; Tests warnings with integer constant handling (for output, not parsing)
|
|
db 0x51a
|
|
dw 0x3875bc
|
|
dd 0x35783134affff
|
|
dq 0xABCDEF012345678989abb
|
|
dt 0xa907bc890d0e907f0134afb8adee
|