?login_element?

Subversion Repositories NedoOS

Rev

Rev 126 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

  1.     DEVICE ZXSPECTRUM128
  2.     SLOT 0 : PAGE 0 : SLOT 1 : PAGE 1 :  SLOT 2 : PAGE 2 : SLOT 3 : PAGE 3
  3.     ORG     0x4000-2
  4. orgLabel:
  5.     DISP    0xC000-1
  6. dispLabel:
  7.     set     5,(ix+0x41)     ; 4B opcode across both ORG and DISP boundaries
  8.     ENT
  9.     ORG     0x8000-2
  10. orgLabel2:
  11.     DISP    0xC000-3
  12. dispLabel2:
  13.     set     5,(ix+0x41)
  14.     ENT
  15.     ; verification of results
  16.     DW      {0x4000-2}, {0x4000}, {0x8000-2}, {0x8000}, {0xC000-2}, {0xC000}
  17.