mirror of
https://github.com/yasm/yasm
synced 2026-08-26 22:26:05 -04:00
6 lines
175 B
NASM
6 lines
175 B
NASM
; Tests warnings with integer constant handling (for output, not parsing)
|
|
db 0x51a
|
|
dw 0x3875bc
|
|
dd 0x35783134affff
|
|
dq 0xABCDEF012345678989abb
|
|
dt 0xa907bc890d0e907f0134afb8adee
|