Rev 129 | Blame | Compare with Previous | Last modification | View Log | Download
# file opened: disp.asm1 0000 DEVICE ZXSPECTRUM1282 0000 SLOT 02 0000 PAGE 02 0000 SLOT 12 0000 PAGE 12 0000 SLOT 22 0000 PAGE 22 0000 SLOT 32 0000 PAGE 33 0000 ORG 0x4000-24 3FFE orgLabel:5 3FFE DISP 0xC000-16 BFFF dispLabel:7 BFFF DD CB 41 EE set 5,(ix+0x41) ; 4B opcode across both ORG and DISP boundaries8 C003 ENT9 4002 ORG 0x8000-210 7FFE orgLabel2:11 7FFE DISP 0xC000-312 BFFD dispLabel2:13 BFFD DD CB 41 EE set 5,(ix+0x41)14 C001 ENT15 8002 ; verification of results16 8002 DD CB 41 EE DW {0x4000-2}, {0x4000}, {0x8000-2}, {0x8000}, {0xC000-2}, {0xC000}16 8006 DD CB 41 EE16 800A 00 00 00 0017 800E# file closed: disp.asmValue Label------ - -----------------------------------------------------------0xBFFF X dispLabel0xBFFD X dispLabel20x3FFE X orgLabel0x7FFE X orgLabel2