Handle rounding of denorms correctly; make fp overflow a warning
[nasm.git] / test / org.asm
blobae73ab622ca340ea6ea916463d27266d4af53afd
2 ; Simple test of a 64-bit org directive
3 ;
4 bits 64
5 org 0xffffffffffff0000
7 hello: jmp there
8 nop
9 nop
10 there:
11 add rax,[rsp+rbx]
12 inc eax
14 section .data
15 there_ptr dq there