mirror of
https://github.com/yasm/yasm
synced 2026-08-26 22:26:05 -04:00
- expr can now negate floatnums - bin objfmt output_expr now correctly outputs all sizes of integers and does a check for floating point containing exprs before complaining about external references. Also checks for properly sized floatnum output with an ErrorAt instead of an InternalError. svn path=/trunk/yasm/; revision=618
8 lines
142 B
NASM
8 lines
142 B
NASM
; Tests integer constant handling (for output, not parsing)
|
|
|
|
db 0x51
|
|
dw 0x3875
|
|
dd 0x35783134
|
|
dq 0xABCDEF0123456789
|
|
dt 0xa907bc890d0e907f0134
|
|
|