?login_element?

Subversion Repositories NedoOS

Rev

Blame | Last modification | View Log | Download | RSS feed

  1. ; same as Issue144 main test, but in --longptr mode, where the arguments outside of the $0000..$FFFF range are legal
  2.  
  3.         org     #4000
  4.         disp #10000-this+zac
  5. zac
  6.         nop
  7. this
  8.         ENT
  9.         org     #4000+this-zac
  10.         disp    #0000
  11.         nop
  12.         ENT
  13.  
  14.         ; valid in --longptr mode
  15.         ORG -1
  16. long1
  17.         DISP -2
  18. long2
  19.         nop
  20.         ENT
  21.