Rev 539 | Blame | Compare with Previous | Last modification | View Log | Download
# file opened: op_C0_FF.asm1 0000 OUTPUT "op_C0_FF.bin"2 0000 ;; solid formatting, just to get C0..FF sequence (interleaved by $41..$43 where needed)3 0000 C0 ret nz4 0001 C1 pop bc5 0002 C2 41 42 jp nz,$42416 0005 C3 41 42 jp $42417 0008 C4 41 42 call nz,$42418 000B C5 push bc9 000C C6 43 add a,$4310 000E C7 rst 00h11 000F C8 ret z12 0010 C9 ret13 0011 CA 41 42 jp z,$424114 0014 CC 41 42 call z,$424115 0017 CD 41 42 call $424116 001A CE 43 adc a,$4317 001C CF rst 0x0818 001D D0 ret nc19 001E D1 pop de20 001F D2 41 42 jp nc,$424121 0022 D3 43 out ($43),a22 0024 D4 41 42 call nc,$424123 0027 D5 push de24 0028 D6 43 sub $4325 002A D7 rst $1026 002B D8 ret c27 002C DA 41 42 jp c,$424128 002F DB 43 in a,($43)29 0031 DC 41 42 call c,$424130 0034 DE 43 sbc a,$4331 0036 DF rst #1832 0037 E0 ret po33 0038 E1 pop hl34 0039 E2 41 42 jp po,$424135 003C E3 ex (sp),hl36 003D E4 41 42 call po,$424137 0040 E5 push hl38 0041 E6 43 and $4339 0043 E7 rst 3240 0044 E8 ret pe41 0045 E9 jp (hl)42 0046 EA 41 42 jp pe,$424143 0049 EB ex de,hl44 004A EC 41 42 call pe,$424145 004D EE 43 xor $4346 004F EF rst 28h47 0050 F0 ret p48 0051 F1 pop af49 0052 F2 41 42 jp p,$424150 0055 F3 di51 0056 F4 41 42 call p,$424152 0059 F5 push af53 005A F6 43 or $4354 005C F7 rst #3055 005D F8 ret m56 005E F9 ld sp,hl57 005F FA 41 42 jp m,$424158 0062 FB ei59 0063 FC 41 42 call m,$424160 0066 FE 43 cp $4361 0068 FF rst $3862 006963 0069 ; illegal on i8080op_C0_FF.asm(64): error: Unrecognized instruction: bit 0,h64 0069 bit 0,h ; BITS 0xCB prefix + 0x44op_C0_FF.asm(65): error: Unrecognized instruction: exx65 0069 exxop_C0_FF.asm(66): error: Illegal instruction: inc ix ; IX 0xDD prefix + 0x4466 0069 inc ix ; IX 0xDD prefix + 0x44op_C0_FF.asm(67): error: Unrecognized instruction: neg67 0069 neg ; EXTD 0xED prefix + 0x44op_C0_FF.asm(68): error: Illegal instruction: dec iy ; IY 0xFD prefix + 0x4468 0069 dec iy ; IY 0xFD prefix + 0x4469 0069# file closed: op_C0_FF.asmValue Label------ - -----------------------------------------------------------