Rev 539 | Blame | Compare with Previous | Last modification | View Log | Download
# file opened: op_ED.asm1 0000 ; almost all of these should fail on LR359022 0000 ; (some will emit damaged machine code of legit LR35902 instruction, like LD A,R)3 0000 ; `RETI` has valid opcode 0xD9 on LR35902, `LD (nn),sp` has valid opcode 0x084 0000op_ED.asm(5): error: Unrecognized instruction: in b,(c)5 0000 in b,(c) ; #ED40op_ED.asm(6): error: Unrecognized instruction: out (c),b6 0000 out (c),b ; #ED41op_ED.asm(7): error: Illegal instruction: sbc hl,bc ; #ED427 0000 sbc hl,bc ; #ED42op_ED.asm(8): error: Illegal instruction: ld (#100),bc ; #ED4300018 0000 ld (#100),bc ; #ED430001op_ED.asm(9): error: Unrecognized instruction: neg9 0000 neg ; #ED44op_ED.asm(10): error: Unrecognized instruction: retn10 0000 retn ; #ED45op_ED.asm(11): error: Unrecognized instruction: im 011 0000 im 0 ; #ED46op_ED.asm(12): error: Illegal instruction: ld i,a ; #ED4712 0000 ld i,a ; #ED47op_ED.asm(13): error: Unrecognized instruction: in c,(c)13 0000 in c,(c) ; #ED48op_ED.asm(14): error: Unrecognized instruction: out (c),c14 0000 out (c),c ; #ED49op_ED.asm(15): error: Illegal instruction: adc hl,bc ; #ED4A15 0000 adc hl,bc ; #ED4Aop_ED.asm(16): error: Illegal instruction: ld bc,(#100) ; #ED4B000116 0000 ld bc,(#100) ; #ED4B000117 0000 D9 reti ; #ED4D on Z80, #D9 on LR35902op_ED.asm(18): error: Illegal instruction: ld r,a ; #ED4F18 0001 ld r,a ; #ED4F19 0001op_ED.asm(20): error: Unrecognized instruction: in d,(c)20 0001 in d,(c) ; #ED50op_ED.asm(21): error: Unrecognized instruction: out (c),d21 0001 out (c),d ; #ED51op_ED.asm(22): error: Illegal instruction: sbc hl,de ; #ED5222 0001 sbc hl,de ; #ED52op_ED.asm(23): error: Illegal instruction: ld (#100),de ; #ED53000123 0001 ld (#100),de ; #ED530001op_ED.asm(24): error: Unrecognized instruction: im 124 0001 im 1 ; #ED56op_ED.asm(25): error: Label not found: i25 0001 3E 00 ld a,i ; #ED57op_ED.asm(26): error: Unrecognized instruction: in e,(c)26 0003 in e,(c) ; #ED58op_ED.asm(27): error: Unrecognized instruction: out (c),e27 0003 out (c),e ; #ED59op_ED.asm(28): error: Illegal instruction: adc hl,de ; #ED5A28 0003 adc hl,de ; #ED5Aop_ED.asm(29): error: Illegal instruction: ld de,(#100) ; #ED5B000129 0003 ld de,(#100) ; #ED5B0001op_ED.asm(30): error: Label not found: r30 0003 3E 00 ld a,r ; #ED5F31 0005op_ED.asm(32): error: Unrecognized instruction: in h,(c)32 0005 in h,(c) ; #ED60op_ED.asm(33): error: Unrecognized instruction: out (c),h33 0005 out (c),h ; #ED61op_ED.asm(34): error: Illegal instruction: sbc hl,hl ; #ED6234 0005 sbc hl,hl ; #ED62op_ED.asm(35): error: Unrecognized instruction: rrd35 0005 rrd ; #ED67op_ED.asm(36): error: Unrecognized instruction: in l,(c)36 0005 in l,(c) ; #ED68op_ED.asm(37): error: Unrecognized instruction: out (c),l37 0005 out (c),l ; #ED69op_ED.asm(38): error: Illegal instruction: adc hl,hl ; #ED6A38 0005 adc hl,hl ; #ED6Aop_ED.asm(39): error: Unrecognized instruction: rld39 0005 rld ; #ED6F40 0005op_ED.asm(41): error: Unrecognized instruction: in f,(c)41 0005 in f,(c) ; #ED70op_ED.asm(42): error: Unrecognized instruction: out (c),042 0005 out (c),0 ; #ED71op_ED.asm(43): error: Illegal instruction: sbc hl,sp ; #ED7243 0005 sbc hl,sp ; #ED7244 0005 08 00 01 ld (#100),sp ; #ED730001 on Z80, #080001 on LR35902op_ED.asm(45): error: Unrecognized instruction: in a,(c)45 0008 in a,(c) ; #ED78op_ED.asm(46): error: Unrecognized instruction: out (c),a46 0008 out (c),a ; #ED79op_ED.asm(47): error: Illegal instruction: adc hl,sp ; #ED7A47 0008 adc hl,sp ; #ED7Aop_ED.asm(48): error: Illegal instruction: ld sp,(#100) ; #ED7B000148 0008 ld sp,(#100) ; #ED7B000149 0008op_ED.asm(50): error: Illegal instruction: ldi ; #EDA050 0008 ldi ; #EDA0op_ED.asm(51): error: Unrecognized instruction: cpi51 0008 cpi ; #EDA1op_ED.asm(52): error: Unrecognized instruction: ini52 0008 ini ; #EDA2op_ED.asm(53): error: Unrecognized instruction: outi53 0008 outi ; #EDA3op_ED.asm(54): error: Illegal instruction: ldd ; #EDA854 0008 ldd ; #EDA8op_ED.asm(55): error: Unrecognized instruction: cpd55 0008 cpd ; #EDA9op_ED.asm(56): error: Unrecognized instruction: ind56 0008 ind ; #EDAAop_ED.asm(57): error: Unrecognized instruction: outd57 0008 outd ; #EDAB58 0008op_ED.asm(59): error: Unrecognized instruction: ldir59 0008 ldir ; #EDB0op_ED.asm(60): error: Unrecognized instruction: cpir60 0008 cpir ; #EDB1op_ED.asm(61): error: Unrecognized instruction: inir61 0008 inir ; #EDB2op_ED.asm(62): error: Unrecognized instruction: otir62 0008 otir ; #EDB3op_ED.asm(63): error: Unrecognized instruction: lddr63 0008 lddr ; #EDB8op_ED.asm(64): error: Unrecognized instruction: cpdr64 0008 cpdr ; #EDB9op_ED.asm(65): error: Unrecognized instruction: indr65 0008 indr ; #EDBAop_ED.asm(66): error: Unrecognized instruction: otdr66 0008 otdr ; #EDBB67 0008# file closed: op_ED.asmValue Label------ - -----------------------------------------------------------