?login_element?

Subversion Repositories NedoOS

Rev

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

  1. ; same test as disp.asm, but with 1B opcode instructions
  2.     DEVICE ZXSPECTRUM128
  3.     SLOT 0 : PAGE 0 : SLOT 1 : PAGE 1 :  SLOT 2 : PAGE 2 : SLOT 3 : PAGE 3
  4.     ORG     0x4000-2
  5. orgLabel:
  6.     DISP    0xC000-1
  7. dispLabel:
  8.     ld b,c : ld b,d : ld b,e : ld b,h
  9.     ENT
  10.     ORG     0x8000-2
  11. orgLabel2:
  12.     DISP    0xC000-3
  13. dispLabel2:
  14.     ld b,c : ld b,d : ld b,e : ld b,h
  15.     ENT
  16.     ; verification of results
  17.     DW      {0x4000-2}, {0x4000}, {0x8000-2}, {0x8000}, {0xC000-2}, {0xC000}
  18.