Home | History | Annotate | Download | only in tests
      1 ; Tests integer constant handling (for output, not parsing)
      2 
      3 db 0x51
      4 dw 0x3875
      5 dd 0x35783134
      6 dq 0xABCDEF0123456789
      7 dt 0xa907bc890d0e907f0134
      8 
      9