Rev 129 | Blame | Compare with Previous | Last modification | View Log | Download
# file opened: dispB.asm1 0000 ; same test as disp.asm, but with 1B opcode instructions2 0000 DEVICE ZXSPECTRUM1283 0000 SLOT 03 0000 PAGE 03 0000 SLOT 13 0000 PAGE 13 0000 SLOT 23 0000 PAGE 23 0000 SLOT 33 0000 PAGE 34 0000 ORG 0x4000-25 3FFE orgLabel:6 3FFE DISP 0xC000-17 BFFF dispLabel:8 BFFF 41 ld b,c8 C000 42 ld b,d8 C001 43 ld b,e8 C002 44 ld b,h9 C003 ENT10 4002 ORG 0x8000-211 7FFE orgLabel2:12 7FFE DISP 0xC000-313 BFFD dispLabel2:14 BFFD 41 ld b,c14 BFFE 42 ld b,d14 BFFF 43 ld b,e14 C000 44 ld b,h15 C001 ENT16 8002 ; verification of results17 8002 41 42 43 44 DW {0x4000-2}, {0x4000}, {0x8000-2}, {0x8000}, {0xC000-2}, {0xC000}17 8006 41 42 43 4417 800A 00 00 00 0018 800E# file closed: dispB.asmValue Label------ - -----------------------------------------------------------0xBFFF X dispLabel0xBFFD X dispLabel20x3FFE X orgLabel0x7FFE X orgLabel2