nasm/test/bcd.asm
Cyrill Gorcunov 4402af0c59 More tests automation
Not all covered but still worth to put in

Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
2010-09-30 22:10:34 +04:00

23 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