Handle rounding of denorms correctly; make fp overflow a warning
[nasm.git] / test / nasmformat.asm
blob5b4dc25e60fcb265183ea9ed551b5cbb941bd832
2 %if __OUTPUT_FORMAT__ == 'bin'
4 db 'This is binary format file'
6 %elif __OUTPUT_FORMAT__ == 'obj'
8 db 'This is object format file'
10 %else
12 db 'This is some other format file'
14 %endif