Home | History | Annotate | Download | only in tests
      1 ; all of these should be legal and should just result in the offset portion
      2 
      3 foo equ 1:2
      4 jmp far[foo]
      5 mov ax,[foo]
      6 push dword [foo]
      7 mov ax,foo
      8