Home | History | Annotate | Download | only in tests
      1 [bits 16]
      2 mov ax, 'abcd'
      3 mov ax, 0x1ffff
      4 mov eax, 0x111111111
      5 
      6 dd 0x123456789
      7 dd -1
      8 dw 0x12345
      9 dw -1
     10 
     11 jmp 0x1234:0x56789ABC
     12 jmp dword 0x1234:0x56789ABC
     13