mirror of
https://github.com/netwide-assembler/nasm.git
synced 2024-11-21 03:14:19 +08:00
4402af0c59
Not all covered but still worth to put in Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
24 lines
414 B
NASM
24 lines
414 B
NASM
;Testname=optimized; Arguments=-Ox -fbin -obcd.bin; Files=stdout stderr bcd.bin
|
|
|
|
dt 765432109876543210p
|
|
dt -765432109876543210p
|
|
dt +765432109876543210p
|
|
dt 123p
|
|
dt -456p
|
|
dt +789p
|
|
dt 98765432109876543210p
|
|
dt 123.0
|
|
dt 0x123p+44
|
|
dt 789p
|
|
|
|
dt 0p765432109876543210
|
|
dt -0p765432109876543210
|
|
dt +0p765432109876543210
|
|
dt 0p123
|
|
dt -0p456
|
|
dt +0p789
|
|
dt 0p98765432109876543210
|
|
dt 123.0
|
|
dt 0x123p+44
|
|
dt 0p789
|