?login_element?

Subversion Repositories NedoOS

Rev

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

  1. ; reported by Busy
  2.         DEVICE  ZXSPECTRUM48
  3.         org     #4000
  4.         disp #10000-this1+zac1
  5. zac1
  6.         nop
  7. this1
  8.         ENT
  9.         org     #4000+this1-zac1
  10.         disp    #0000
  11.         nop
  12.         ENT
  13.  
  14.         ; test the warnings about cropping invalid ORG and DISP arguments
  15.         ORG -1
  16.         DISP -2
  17.         ENT
  18.  
  19.         ; no device mode
  20.         DEVICE NONE
  21.  
  22.         org     #4000
  23.         disp #10000-this2+zac2
  24. zac2
  25.         nop
  26. this2
  27.         ENT
  28.         org     #4000+this2-zac2
  29.         disp    #0000
  30.         nop
  31.         ENT
  32.  
  33.         ; test the warnings about cropping invalid ORG and DISP arguments
  34.         ORG -1
  35.         DISP -2
  36.         ENT
  37.