Blame | Last modification | View Log | Download
# file opened: relocation_z80.asm1 0000 ORG $10002 10003 1000 RELOCATE_START4 10005 1000 ASSERT 2 * relocate_count == relocate_size6 1000 ASSERT 38 == relocate_count7 1000 26 00 dw relocate_count8 1002 4C 00 dw relocate_size9 100410 1004 jr_jp_call: ; usage of this label should trigger relocation11 1004 ; relative jumps don't need relocation12 1004 18 00 jr 1 + jr_jp_call + 113 1006 20 FE jr nz,1 + jr_jp_call + 114 1008 28 FC jr z,1 + jr_jp_call + 115 100A 30 FA jr nc,1 + jr_jp_call + 116 100C 38 F8 jr c,1 + jr_jp_call + 117 100E 10 F6 djnz 1 + jr_jp_call + 118 1010 ; absolute jumps need relocation19 1010 C2 06 10 jp nz,1 + jr_jp_call + 120 1013 C3 06 10 jp 1 + jr_jp_call + 121 1016 CA 06 10 jp z,1 + jr_jp_call + 122 1019 D2 06 10 jp nc,1 + jr_jp_call + 123 101C DA 06 10 jp c,1 + jr_jp_call + 124 101F E2 06 10 jp po,1 + jr_jp_call + 125 1022 EA 06 10 jp pe,1 + jr_jp_call + 126 1025 F2 06 10 jp p,1 + jr_jp_call + 127 1028 FA 06 10 jp m,1 + jr_jp_call + 128 102B ; calls need relocation29 102B C4 06 10 call nz,1 + jr_jp_call + 130 102E CC 06 10 call z,1 + jr_jp_call + 131 1031 CD 06 10 call 1 + jr_jp_call + 132 1034 D4 06 10 call nc,1 + jr_jp_call + 133 1037 DC 06 10 call c,1 + jr_jp_call + 134 103A E4 06 10 call po,1 + jr_jp_call + 135 103D EC 06 10 call pe,1 + jr_jp_call + 136 1040 F4 06 10 call p,1 + jr_jp_call + 137 1043 FC 06 10 call m,1 + jr_jp_call + 138 104639 1046 ld_a:relocation_z80.asm(40): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable40 1046 3E 10 ld a,high ld_a ; warning41 1048 3A 46 10 ld a,(ld_a)42 104B 32 46 10 ld (ld_a),a43 104E ld_r8: ; warning allrelocation_z80.asm(44): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable44 104E 06 10 ld b,high ld_r8relocation_z80.asm(45): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable45 1050 0E 10 ld c,high ld_r8relocation_z80.asm(46): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable46 1052 16 10 ld d,high ld_r8relocation_z80.asm(47): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable47 1054 1E 10 ld e,high ld_r8relocation_z80.asm(48): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable48 1056 26 10 ld h,high ld_r8relocation_z80.asm(49): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable49 1058 2E 10 ld l,high ld_r8relocation_z80.asm(50): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable50 105A DD 26 10 ld ixh,high ld_r8relocation_z80.asm(51): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable51 105D DD 2E 10 ld ixl,high ld_r8relocation_z80.asm(52): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable52 1060 FD 26 10 ld iyh,high ld_r8relocation_z80.asm(53): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable53 1063 FD 2E 10 ld iyl,high ld_r854 1066 ld_r16:55 1066 01 66 10 ld bc,ld_r1656 1069 11 66 10 ld de,ld_r1657 106C 21 66 10 ld hl,ld_r1658 106F DD 21 66 10 ld ix,ld_r1659 1073 FD 21 66 10 ld iy,ld_r1660 1077 31 66 10 ld sp,ld_r1661 107A ED 4B 66 10 ld bc,(ld_r16)62 107E ED 5B 66 10 ld de,(ld_r16)63 1082 2A 66 10 ld hl,(ld_r16)64 1085 DD 2A 66 10 ld ix,(ld_r16)65 1089 FD 2A 66 10 ld iy,(ld_r16)66 108D ED 7B 66 10 ld sp,(ld_r16)67 1091 ED 43 66 10 ld (ld_r16),bc68 1095 ED 53 66 10 ld (ld_r16),de69 1099 22 66 10 ld (ld_r16),hl70 109C DD 22 66 10 ld (ld_r16),ix71 10A0 FD 22 66 10 ld (ld_r16),iy72 10A4 ED 73 66 10 ld (ld_r16),sp73 10A8 ld_extras: ; warning allrelocation_z80.asm(74): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable74 10A8 36 10 ld (hl),high ld_extrasrelocation_z80.asm(75): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable75 10AA DD 36 10 7B ld (ix+high ld_extras),123relocation_z80.asm(76): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable76 10AE DD 36 7B 10 ld (ix+123),high ld_extrasrelocation_z80.asm(77): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable77 10B2 FD 36 10 7B ld (iy+high ld_extras),123relocation_z80.asm(78): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable78 10B6 FD 36 7B 10 ld (iy+123),high ld_extras79 10BA ld_ixy_r8: ; warning allrelocation_z80.asm(80): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable80 10BA DD 46 10 ld b,(ix+high ld_ixy_r8)relocation_z80.asm(81): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable81 10BD DD 4E 10 ld c,(ix+high ld_ixy_r8)relocation_z80.asm(82): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable82 10C0 DD 56 10 ld d,(ix+high ld_ixy_r8)relocation_z80.asm(83): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable83 10C3 DD 5E 10 ld e,(ix+high ld_ixy_r8)relocation_z80.asm(84): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable84 10C6 DD 66 10 ld h,(ix+high ld_ixy_r8)relocation_z80.asm(85): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable85 10C9 DD 6E 10 ld l,(ix+high ld_ixy_r8)relocation_z80.asm(86): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable86 10CC DD 7E 10 ld a,(ix+high ld_ixy_r8)87 10CFrelocation_z80.asm(88): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable88 10CF FD 46 10 ld b,(iy+high ld_ixy_r8)relocation_z80.asm(89): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable89 10D2 FD 4E 10 ld c,(iy+high ld_ixy_r8)relocation_z80.asm(90): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable90 10D5 FD 56 10 ld d,(iy+high ld_ixy_r8)relocation_z80.asm(91): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable91 10D8 FD 5E 10 ld e,(iy+high ld_ixy_r8)relocation_z80.asm(92): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable92 10DB FD 66 10 ld h,(iy+high ld_ixy_r8)relocation_z80.asm(93): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable93 10DE FD 6E 10 ld l,(iy+high ld_ixy_r8)relocation_z80.asm(94): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable94 10E1 FD 7E 10 ld a,(iy+high ld_ixy_r8)95 10E4relocation_z80.asm(96): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable96 10E4 DD 70 10 ld (ix+high ld_ixy_r8),brelocation_z80.asm(97): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable97 10E7 DD 71 10 ld (ix+high ld_ixy_r8),crelocation_z80.asm(98): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable98 10EA DD 72 10 ld (ix+high ld_ixy_r8),drelocation_z80.asm(99): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable99 10ED DD 73 10 ld (ix+high ld_ixy_r8),erelocation_z80.asm(100): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable100 10F0 DD 74 10 ld (ix+high ld_ixy_r8),hrelocation_z80.asm(101): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable101 10F3 DD 75 10 ld (ix+high ld_ixy_r8),lrelocation_z80.asm(102): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable102 10F6 DD 77 10 ld (ix+high ld_ixy_r8),a103 10F9relocation_z80.asm(104): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable104 10F9 FD 70 10 ld (iy+high ld_ixy_r8),brelocation_z80.asm(105): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable105 10FC FD 71 10 ld (iy+high ld_ixy_r8),crelocation_z80.asm(106): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable106 10FF FD 72 10 ld (iy+high ld_ixy_r8),drelocation_z80.asm(107): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable107 1102 FD 73 10 ld (iy+high ld_ixy_r8),erelocation_z80.asm(108): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable108 1105 FD 74 10 ld (iy+high ld_ixy_r8),hrelocation_z80.asm(109): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable109 1108 FD 75 10 ld (iy+high ld_ixy_r8),lrelocation_z80.asm(110): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable110 110B FD 77 10 ld (iy+high ld_ixy_r8),a111 110E112 110E alu_imm8: ; warning allrelocation_z80.asm(113): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable113 110E C6 11 add a,high alu_imm8relocation_z80.asm(114): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable114 1110 CE 11 adc a,high alu_imm8relocation_z80.asm(115): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable115 1112 D6 11 sub high alu_imm8relocation_z80.asm(116): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable116 1114 DE 11 sbc a,high alu_imm8relocation_z80.asm(117): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable117 1116 E6 11 and high alu_imm8relocation_z80.asm(118): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable118 1118 EE 11 xor high alu_imm8relocation_z80.asm(119): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable119 111A F6 11 or high alu_imm8relocation_z80.asm(120): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable120 111C FE 11 cp high alu_imm8121 111E122 111E imm8_extras: ; warning allrelocation_z80.asm(123): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable123 111E D3 11 out (high imm8_extras),arelocation_z80.asm(124): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable124 1120 DB 11 in a,(high imm8_extras)125 1122126 1122 alu_ixy: ; warning allrelocation_z80.asm(127): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable127 1122 DD 86 11 add a,(ix+high alu_ixy)relocation_z80.asm(128): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable128 1125 DD 8E 11 adc a,(ix+high alu_ixy)relocation_z80.asm(129): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable129 1128 DD 96 11 sub (ix+high alu_ixy)relocation_z80.asm(130): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable130 112B DD 9E 11 sbc a,(ix+high alu_ixy)relocation_z80.asm(131): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable131 112E DD A6 11 and (ix+high alu_ixy)relocation_z80.asm(132): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable132 1131 DD AE 11 xor (ix+high alu_ixy)relocation_z80.asm(133): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable133 1134 DD B6 11 or (ix+high alu_ixy)relocation_z80.asm(134): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable134 1137 DD BE 11 cp (ix+high alu_ixy)relocation_z80.asm(135): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable135 113A FD 86 11 add a,(iy+high alu_ixy)relocation_z80.asm(136): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable136 113D FD 8E 11 adc a,(iy+high alu_ixy)relocation_z80.asm(137): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable137 1140 FD 96 11 sub (iy+high alu_ixy)relocation_z80.asm(138): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable138 1143 FD 9E 11 sbc a,(iy+high alu_ixy)relocation_z80.asm(139): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable139 1146 FD A6 11 and (iy+high alu_ixy)relocation_z80.asm(140): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable140 1149 FD AE 11 xor (iy+high alu_ixy)relocation_z80.asm(141): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable141 114C FD B6 11 or (iy+high alu_ixy)relocation_z80.asm(142): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable142 114F FD BE 11 cp (iy+high alu_ixy)143 1152144 1152 ixy_extras: ; warning allrelocation_z80.asm(145): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable145 1152 DD 34 11 inc (ix+high ixy_extras)relocation_z80.asm(146): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable146 1155 DD 35 11 dec (ix+high ixy_extras)relocation_z80.asm(147): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable147 1158 FD 34 11 inc (iy+high ixy_extras)relocation_z80.asm(148): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable148 115B FD 35 11 dec (iy+high ixy_extras)149 115E150 115E bit_imm8: ; warning allrelocation_z80.asm(151): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable151 115E CB 70 bit bit_imm8&7,brelocation_z80.asm(152): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable152 1160 CB 71 bit bit_imm8&7,crelocation_z80.asm(153): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable153 1162 CB 72 bit bit_imm8&7,drelocation_z80.asm(154): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable154 1164 CB 73 bit bit_imm8&7,erelocation_z80.asm(155): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable155 1166 CB 74 bit bit_imm8&7,hrelocation_z80.asm(156): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable156 1168 CB 75 bit bit_imm8&7,lrelocation_z80.asm(157): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable157 116A CB 76 bit bit_imm8&7,(hl)relocation_z80.asm(158): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable158 116C CB 77 bit bit_imm8&7,arelocation_z80.asm(159): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable159 116E CB B0 res bit_imm8&7,brelocation_z80.asm(160): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable160 1170 CB B1 res bit_imm8&7,crelocation_z80.asm(161): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable161 1172 CB B2 res bit_imm8&7,drelocation_z80.asm(162): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable162 1174 CB B3 res bit_imm8&7,erelocation_z80.asm(163): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable163 1176 CB B4 res bit_imm8&7,hrelocation_z80.asm(164): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable164 1178 CB B5 res bit_imm8&7,lrelocation_z80.asm(165): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable165 117A CB B6 res bit_imm8&7,(hl)relocation_z80.asm(166): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable166 117C CB B7 res bit_imm8&7,arelocation_z80.asm(167): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable167 117E CB F0 set bit_imm8&7,brelocation_z80.asm(168): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable168 1180 CB F1 set bit_imm8&7,crelocation_z80.asm(169): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable169 1182 CB F2 set bit_imm8&7,drelocation_z80.asm(170): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable170 1184 CB F3 set bit_imm8&7,erelocation_z80.asm(171): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable171 1186 CB F4 set bit_imm8&7,hrelocation_z80.asm(172): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable172 1188 CB F5 set bit_imm8&7,lrelocation_z80.asm(173): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable173 118A CB F6 set bit_imm8&7,(hl)relocation_z80.asm(174): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable174 118C CB F7 set bit_imm8&7,a175 118E176 118E ixy_bits: ; warning all177 118E ; IX (long list it is...)relocation_z80.asm(178): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable178 118E DD CB 11 00 rlc (ix+high ixy_bits),brelocation_z80.asm(179): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable179 1192 DD CB 11 01 rlc (ix+high ixy_bits),crelocation_z80.asm(180): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable180 1196 DD CB 11 02 rlc (ix+high ixy_bits),drelocation_z80.asm(181): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable181 119A DD CB 11 03 rlc (ix+high ixy_bits),erelocation_z80.asm(182): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable182 119E DD CB 11 04 rlc (ix+high ixy_bits),hrelocation_z80.asm(183): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable183 11A2 DD CB 11 05 rlc (ix+high ixy_bits),lrelocation_z80.asm(184): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable184 11A6 DD CB 11 06 rlc (ix+high ixy_bits)relocation_z80.asm(185): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable185 11AA DD CB 11 07 rlc (ix+high ixy_bits),arelocation_z80.asm(186): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable186 11AE DD CB 11 08 rrc (ix+high ixy_bits),brelocation_z80.asm(187): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable187 11B2 DD CB 11 09 rrc (ix+high ixy_bits),crelocation_z80.asm(188): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable188 11B6 DD CB 11 0A rrc (ix+high ixy_bits),drelocation_z80.asm(189): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable189 11BA DD CB 11 0B rrc (ix+high ixy_bits),erelocation_z80.asm(190): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable190 11BE DD CB 11 0C rrc (ix+high ixy_bits),hrelocation_z80.asm(191): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable191 11C2 DD CB 11 0D rrc (ix+high ixy_bits),lrelocation_z80.asm(192): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable192 11C6 DD CB 11 0E rrc (ix+high ixy_bits)relocation_z80.asm(193): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable193 11CA DD CB 11 0F rrc (ix+high ixy_bits),arelocation_z80.asm(194): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable194 11CE DD CB 11 10 rl (ix+high ixy_bits),brelocation_z80.asm(195): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable195 11D2 DD CB 11 11 rl (ix+high ixy_bits),crelocation_z80.asm(196): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable196 11D6 DD CB 11 12 rl (ix+high ixy_bits),drelocation_z80.asm(197): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable197 11DA DD CB 11 13 rl (ix+high ixy_bits),erelocation_z80.asm(198): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable198 11DE DD CB 11 14 rl (ix+high ixy_bits),hrelocation_z80.asm(199): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable199 11E2 DD CB 11 15 rl (ix+high ixy_bits),lrelocation_z80.asm(200): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable200 11E6 DD CB 11 16 rl (ix+high ixy_bits)relocation_z80.asm(201): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable201 11EA DD CB 11 17 rl (ix+high ixy_bits),arelocation_z80.asm(202): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable202 11EE DD CB 11 18 rr (ix+high ixy_bits),brelocation_z80.asm(203): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable203 11F2 DD CB 11 19 rr (ix+high ixy_bits),crelocation_z80.asm(204): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable204 11F6 DD CB 11 1A rr (ix+high ixy_bits),drelocation_z80.asm(205): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable205 11FA DD CB 11 1B rr (ix+high ixy_bits),erelocation_z80.asm(206): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable206 11FE DD CB 11 1C rr (ix+high ixy_bits),hrelocation_z80.asm(207): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable207 1202 DD CB 11 1D rr (ix+high ixy_bits),lrelocation_z80.asm(208): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable208 1206 DD CB 11 1E rr (ix+high ixy_bits)relocation_z80.asm(209): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable209 120A DD CB 11 1F rr (ix+high ixy_bits),arelocation_z80.asm(210): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable210 120E DD CB 11 20 sla (ix+high ixy_bits),brelocation_z80.asm(211): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable211 1212 DD CB 11 21 sla (ix+high ixy_bits),crelocation_z80.asm(212): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable212 1216 DD CB 11 22 sla (ix+high ixy_bits),drelocation_z80.asm(213): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable213 121A DD CB 11 23 sla (ix+high ixy_bits),erelocation_z80.asm(214): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable214 121E DD CB 11 24 sla (ix+high ixy_bits),hrelocation_z80.asm(215): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable215 1222 DD CB 11 25 sla (ix+high ixy_bits),lrelocation_z80.asm(216): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable216 1226 DD CB 11 26 sla (ix+high ixy_bits)relocation_z80.asm(217): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable217 122A DD CB 11 27 sla (ix+high ixy_bits),arelocation_z80.asm(218): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable218 122E DD CB 11 28 sra (ix+high ixy_bits),brelocation_z80.asm(219): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable219 1232 DD CB 11 29 sra (ix+high ixy_bits),crelocation_z80.asm(220): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable220 1236 DD CB 11 2A sra (ix+high ixy_bits),drelocation_z80.asm(221): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable221 123A DD CB 11 2B sra (ix+high ixy_bits),erelocation_z80.asm(222): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable222 123E DD CB 11 2C sra (ix+high ixy_bits),hrelocation_z80.asm(223): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable223 1242 DD CB 11 2D sra (ix+high ixy_bits),lrelocation_z80.asm(224): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable224 1246 DD CB 11 2E sra (ix+high ixy_bits)relocation_z80.asm(225): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable225 124A DD CB 11 2F sra (ix+high ixy_bits),arelocation_z80.asm(226): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable226 124E DD CB 11 30 sli (ix+high ixy_bits),brelocation_z80.asm(227): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable227 1252 DD CB 11 31 sli (ix+high ixy_bits),crelocation_z80.asm(228): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable228 1256 DD CB 11 32 sli (ix+high ixy_bits),drelocation_z80.asm(229): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable229 125A DD CB 11 33 sli (ix+high ixy_bits),erelocation_z80.asm(230): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable230 125E DD CB 11 34 sli (ix+high ixy_bits),hrelocation_z80.asm(231): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable231 1262 DD CB 11 35 sli (ix+high ixy_bits),lrelocation_z80.asm(232): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable232 1266 DD CB 11 36 sli (ix+high ixy_bits)relocation_z80.asm(233): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable233 126A DD CB 11 37 sli (ix+high ixy_bits),arelocation_z80.asm(234): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable234 126E DD CB 11 38 srl (ix+high ixy_bits),brelocation_z80.asm(235): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable235 1272 DD CB 11 39 srl (ix+high ixy_bits),crelocation_z80.asm(236): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable236 1276 DD CB 11 3A srl (ix+high ixy_bits),drelocation_z80.asm(237): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable237 127A DD CB 11 3B srl (ix+high ixy_bits),erelocation_z80.asm(238): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable238 127E DD CB 11 3C srl (ix+high ixy_bits),hrelocation_z80.asm(239): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable239 1282 DD CB 11 3D srl (ix+high ixy_bits),lrelocation_z80.asm(240): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable240 1286 DD CB 11 3E srl (ix+high ixy_bits)relocation_z80.asm(241): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable241 128A DD CB 11 3F srl (ix+high ixy_bits),a242 128Erelocation_z80.asm(243): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable243 128E DD CB 00 76 bit ixy_bits&7,(ix)relocation_z80.asm(244): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable244 1292 DD CB 00 B0 res ixy_bits&7,(ix),brelocation_z80.asm(245): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable245 1296 DD CB 00 B1 res ixy_bits&7,(ix),crelocation_z80.asm(246): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable246 129A DD CB 00 B2 res ixy_bits&7,(ix),drelocation_z80.asm(247): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable247 129E DD CB 00 B3 res ixy_bits&7,(ix),erelocation_z80.asm(248): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable248 12A2 DD CB 00 B4 res ixy_bits&7,(ix),hrelocation_z80.asm(249): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable249 12A6 DD CB 00 B5 res ixy_bits&7,(ix),lrelocation_z80.asm(250): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable250 12AA DD CB 00 B6 res ixy_bits&7,(ix)relocation_z80.asm(251): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable251 12AE DD CB 00 B7 res ixy_bits&7,(ix),arelocation_z80.asm(252): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable252 12B2 DD CB 00 F0 set ixy_bits&7,(ix),brelocation_z80.asm(253): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable253 12B6 DD CB 00 F1 set ixy_bits&7,(ix),crelocation_z80.asm(254): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable254 12BA DD CB 00 F2 set ixy_bits&7,(ix),drelocation_z80.asm(255): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable255 12BE DD CB 00 F3 set ixy_bits&7,(ix),erelocation_z80.asm(256): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable256 12C2 DD CB 00 F4 set ixy_bits&7,(ix),hrelocation_z80.asm(257): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable257 12C6 DD CB 00 F5 set ixy_bits&7,(ix),lrelocation_z80.asm(258): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable258 12CA DD CB 00 F6 set ixy_bits&7,(ix)relocation_z80.asm(259): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable259 12CE DD CB 00 F7 set ixy_bits&7,(ix),a260 12D2relocation_z80.asm(261): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable261 12D2 DD CB 11 46 bit 0,(ix+high ixy_bits)relocation_z80.asm(262): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable262 12D6 DD CB 11 4E bit 1,(ix+high ixy_bits)relocation_z80.asm(263): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable263 12DA DD CB 11 56 bit 2,(ix+high ixy_bits)relocation_z80.asm(264): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable264 12DE DD CB 11 5E bit 3,(ix+high ixy_bits)relocation_z80.asm(265): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable265 12E2 DD CB 11 66 bit 4,(ix+high ixy_bits)relocation_z80.asm(266): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable266 12E6 DD CB 11 6E bit 5,(ix+high ixy_bits)relocation_z80.asm(267): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable267 12EA DD CB 11 76 bit 6,(ix+high ixy_bits)relocation_z80.asm(268): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable268 12EE DD CB 11 7E bit 7,(ix+high ixy_bits)relocation_z80.asm(269): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable269 12F2 DD CB 11 86 res 0,(ix+high ixy_bits)relocation_z80.asm(270): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable270 12F6 DD CB 11 8E res 1,(ix+high ixy_bits)relocation_z80.asm(271): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable271 12FA DD CB 11 96 res 2,(ix+high ixy_bits)relocation_z80.asm(272): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable272 12FE DD CB 11 9E res 3,(ix+high ixy_bits)relocation_z80.asm(273): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable273 1302 DD CB 11 A6 res 4,(ix+high ixy_bits)relocation_z80.asm(274): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable274 1306 DD CB 11 AE res 5,(ix+high ixy_bits)relocation_z80.asm(275): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable275 130A DD CB 11 B6 res 6,(ix+high ixy_bits)relocation_z80.asm(276): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable276 130E DD CB 11 BE res 7,(ix+high ixy_bits)relocation_z80.asm(277): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable277 1312 DD CB 11 C6 set 0,(ix+high ixy_bits)relocation_z80.asm(278): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable278 1316 DD CB 11 CE set 1,(ix+high ixy_bits)relocation_z80.asm(279): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable279 131A DD CB 11 D6 set 2,(ix+high ixy_bits)relocation_z80.asm(280): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable280 131E DD CB 11 DE set 3,(ix+high ixy_bits)relocation_z80.asm(281): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable281 1322 DD CB 11 E6 set 4,(ix+high ixy_bits)relocation_z80.asm(282): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable282 1326 DD CB 11 EE set 5,(ix+high ixy_bits)relocation_z80.asm(283): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable283 132A DD CB 11 F6 set 6,(ix+high ixy_bits)relocation_z80.asm(284): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable284 132E DD CB 11 FE set 7,(ix+high ixy_bits)285 1332relocation_z80.asm(286): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable286 1332 DD CB 11 80 res 0,(ix+high ixy_bits),brelocation_z80.asm(287): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable287 1336 DD CB 11 88 res 1,(ix+high ixy_bits),brelocation_z80.asm(288): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable288 133A DD CB 11 90 res 2,(ix+high ixy_bits),brelocation_z80.asm(289): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable289 133E DD CB 11 98 res 3,(ix+high ixy_bits),brelocation_z80.asm(290): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable290 1342 DD CB 11 A0 res 4,(ix+high ixy_bits),brelocation_z80.asm(291): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable291 1346 DD CB 11 A8 res 5,(ix+high ixy_bits),brelocation_z80.asm(292): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable292 134A DD CB 11 B0 res 6,(ix+high ixy_bits),brelocation_z80.asm(293): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable293 134E DD CB 11 B8 res 7,(ix+high ixy_bits),brelocation_z80.asm(294): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable294 1352 DD CB 11 C0 set 0,(ix+high ixy_bits),brelocation_z80.asm(295): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable295 1356 DD CB 11 C8 set 1,(ix+high ixy_bits),brelocation_z80.asm(296): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable296 135A DD CB 11 D0 set 2,(ix+high ixy_bits),brelocation_z80.asm(297): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable297 135E DD CB 11 D8 set 3,(ix+high ixy_bits),brelocation_z80.asm(298): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable298 1362 DD CB 11 E0 set 4,(ix+high ixy_bits),brelocation_z80.asm(299): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable299 1366 DD CB 11 E8 set 5,(ix+high ixy_bits),brelocation_z80.asm(300): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable300 136A DD CB 11 F0 set 6,(ix+high ixy_bits),brelocation_z80.asm(301): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable301 136E DD CB 11 F8 set 7,(ix+high ixy_bits),b302 1372relocation_z80.asm(303): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable303 1372 DD CB 11 81 res 0,(ix+high ixy_bits),crelocation_z80.asm(304): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable304 1376 DD CB 11 89 res 1,(ix+high ixy_bits),crelocation_z80.asm(305): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable305 137A DD CB 11 91 res 2,(ix+high ixy_bits),crelocation_z80.asm(306): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable306 137E DD CB 11 99 res 3,(ix+high ixy_bits),crelocation_z80.asm(307): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable307 1382 DD CB 11 A1 res 4,(ix+high ixy_bits),crelocation_z80.asm(308): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable308 1386 DD CB 11 A9 res 5,(ix+high ixy_bits),crelocation_z80.asm(309): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable309 138A DD CB 11 B1 res 6,(ix+high ixy_bits),crelocation_z80.asm(310): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable310 138E DD CB 11 B9 res 7,(ix+high ixy_bits),crelocation_z80.asm(311): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable311 1392 DD CB 11 C1 set 0,(ix+high ixy_bits),crelocation_z80.asm(312): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable312 1396 DD CB 11 C9 set 1,(ix+high ixy_bits),crelocation_z80.asm(313): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable313 139A DD CB 11 D1 set 2,(ix+high ixy_bits),crelocation_z80.asm(314): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable314 139E DD CB 11 D9 set 3,(ix+high ixy_bits),crelocation_z80.asm(315): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable315 13A2 DD CB 11 E1 set 4,(ix+high ixy_bits),crelocation_z80.asm(316): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable316 13A6 DD CB 11 E9 set 5,(ix+high ixy_bits),crelocation_z80.asm(317): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable317 13AA DD CB 11 F1 set 6,(ix+high ixy_bits),crelocation_z80.asm(318): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable318 13AE DD CB 11 F9 set 7,(ix+high ixy_bits),c319 13B2relocation_z80.asm(320): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable320 13B2 DD CB 11 82 res 0,(ix+high ixy_bits),drelocation_z80.asm(321): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable321 13B6 DD CB 11 8A res 1,(ix+high ixy_bits),drelocation_z80.asm(322): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable322 13BA DD CB 11 92 res 2,(ix+high ixy_bits),drelocation_z80.asm(323): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable323 13BE DD CB 11 9A res 3,(ix+high ixy_bits),drelocation_z80.asm(324): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable324 13C2 DD CB 11 A2 res 4,(ix+high ixy_bits),drelocation_z80.asm(325): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable325 13C6 DD CB 11 AA res 5,(ix+high ixy_bits),drelocation_z80.asm(326): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable326 13CA DD CB 11 B2 res 6,(ix+high ixy_bits),drelocation_z80.asm(327): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable327 13CE DD CB 11 BA res 7,(ix+high ixy_bits),drelocation_z80.asm(328): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable328 13D2 DD CB 11 C2 set 0,(ix+high ixy_bits),drelocation_z80.asm(329): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable329 13D6 DD CB 11 CA set 1,(ix+high ixy_bits),drelocation_z80.asm(330): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable330 13DA DD CB 11 D2 set 2,(ix+high ixy_bits),drelocation_z80.asm(331): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable331 13DE DD CB 11 DA set 3,(ix+high ixy_bits),drelocation_z80.asm(332): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable332 13E2 DD CB 11 E2 set 4,(ix+high ixy_bits),drelocation_z80.asm(333): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable333 13E6 DD CB 11 EA set 5,(ix+high ixy_bits),drelocation_z80.asm(334): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable334 13EA DD CB 11 F2 set 6,(ix+high ixy_bits),drelocation_z80.asm(335): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable335 13EE DD CB 11 FA set 7,(ix+high ixy_bits),d336 13F2relocation_z80.asm(337): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable337 13F2 DD CB 11 83 res 0,(ix+high ixy_bits),erelocation_z80.asm(338): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable338 13F6 DD CB 11 8B res 1,(ix+high ixy_bits),erelocation_z80.asm(339): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable339 13FA DD CB 11 93 res 2,(ix+high ixy_bits),erelocation_z80.asm(340): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable340 13FE DD CB 11 9B res 3,(ix+high ixy_bits),erelocation_z80.asm(341): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable341 1402 DD CB 11 A3 res 4,(ix+high ixy_bits),erelocation_z80.asm(342): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable342 1406 DD CB 11 AB res 5,(ix+high ixy_bits),erelocation_z80.asm(343): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable343 140A DD CB 11 B3 res 6,(ix+high ixy_bits),erelocation_z80.asm(344): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable344 140E DD CB 11 BB res 7,(ix+high ixy_bits),erelocation_z80.asm(345): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable345 1412 DD CB 11 C3 set 0,(ix+high ixy_bits),erelocation_z80.asm(346): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable346 1416 DD CB 11 CB set 1,(ix+high ixy_bits),erelocation_z80.asm(347): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable347 141A DD CB 11 D3 set 2,(ix+high ixy_bits),erelocation_z80.asm(348): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable348 141E DD CB 11 DB set 3,(ix+high ixy_bits),erelocation_z80.asm(349): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable349 1422 DD CB 11 E3 set 4,(ix+high ixy_bits),erelocation_z80.asm(350): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable350 1426 DD CB 11 EB set 5,(ix+high ixy_bits),erelocation_z80.asm(351): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable351 142A DD CB 11 F3 set 6,(ix+high ixy_bits),erelocation_z80.asm(352): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable352 142E DD CB 11 FB set 7,(ix+high ixy_bits),e353 1432relocation_z80.asm(354): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable354 1432 DD CB 11 84 res 0,(ix+high ixy_bits),hrelocation_z80.asm(355): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable355 1436 DD CB 11 8C res 1,(ix+high ixy_bits),hrelocation_z80.asm(356): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable356 143A DD CB 11 94 res 2,(ix+high ixy_bits),hrelocation_z80.asm(357): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable357 143E DD CB 11 9C res 3,(ix+high ixy_bits),hrelocation_z80.asm(358): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable358 1442 DD CB 11 A4 res 4,(ix+high ixy_bits),hrelocation_z80.asm(359): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable359 1446 DD CB 11 AC res 5,(ix+high ixy_bits),hrelocation_z80.asm(360): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable360 144A DD CB 11 B4 res 6,(ix+high ixy_bits),hrelocation_z80.asm(361): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable361 144E DD CB 11 BC res 7,(ix+high ixy_bits),hrelocation_z80.asm(362): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable362 1452 DD CB 11 C4 set 0,(ix+high ixy_bits),hrelocation_z80.asm(363): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable363 1456 DD CB 11 CC set 1,(ix+high ixy_bits),hrelocation_z80.asm(364): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable364 145A DD CB 11 D4 set 2,(ix+high ixy_bits),hrelocation_z80.asm(365): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable365 145E DD CB 11 DC set 3,(ix+high ixy_bits),hrelocation_z80.asm(366): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable366 1462 DD CB 11 E4 set 4,(ix+high ixy_bits),hrelocation_z80.asm(367): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable367 1466 DD CB 11 EC set 5,(ix+high ixy_bits),hrelocation_z80.asm(368): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable368 146A DD CB 11 F4 set 6,(ix+high ixy_bits),hrelocation_z80.asm(369): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable369 146E DD CB 11 FC set 7,(ix+high ixy_bits),h370 1472relocation_z80.asm(371): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable371 1472 DD CB 11 85 res 0,(ix+high ixy_bits),lrelocation_z80.asm(372): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable372 1476 DD CB 11 8D res 1,(ix+high ixy_bits),lrelocation_z80.asm(373): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable373 147A DD CB 11 95 res 2,(ix+high ixy_bits),lrelocation_z80.asm(374): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable374 147E DD CB 11 9D res 3,(ix+high ixy_bits),lrelocation_z80.asm(375): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable375 1482 DD CB 11 A5 res 4,(ix+high ixy_bits),lrelocation_z80.asm(376): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable376 1486 DD CB 11 AD res 5,(ix+high ixy_bits),lrelocation_z80.asm(377): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable377 148A DD CB 11 B5 res 6,(ix+high ixy_bits),lrelocation_z80.asm(378): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable378 148E DD CB 11 BD res 7,(ix+high ixy_bits),lrelocation_z80.asm(379): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable379 1492 DD CB 11 C5 set 0,(ix+high ixy_bits),lrelocation_z80.asm(380): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable380 1496 DD CB 11 CD set 1,(ix+high ixy_bits),lrelocation_z80.asm(381): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable381 149A DD CB 11 D5 set 2,(ix+high ixy_bits),lrelocation_z80.asm(382): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable382 149E DD CB 11 DD set 3,(ix+high ixy_bits),lrelocation_z80.asm(383): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable383 14A2 DD CB 11 E5 set 4,(ix+high ixy_bits),lrelocation_z80.asm(384): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable384 14A6 DD CB 11 ED set 5,(ix+high ixy_bits),lrelocation_z80.asm(385): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable385 14AA DD CB 11 F5 set 6,(ix+high ixy_bits),lrelocation_z80.asm(386): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable386 14AE DD CB 11 FD set 7,(ix+high ixy_bits),l387 14B2relocation_z80.asm(388): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable388 14B2 DD CB 11 87 res 0,(ix+high ixy_bits),arelocation_z80.asm(389): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable389 14B6 DD CB 11 8F res 1,(ix+high ixy_bits),arelocation_z80.asm(390): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable390 14BA DD CB 11 97 res 2,(ix+high ixy_bits),arelocation_z80.asm(391): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable391 14BE DD CB 11 9F res 3,(ix+high ixy_bits),arelocation_z80.asm(392): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable392 14C2 DD CB 11 A7 res 4,(ix+high ixy_bits),arelocation_z80.asm(393): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable393 14C6 DD CB 11 AF res 5,(ix+high ixy_bits),arelocation_z80.asm(394): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable394 14CA DD CB 11 B7 res 6,(ix+high ixy_bits),arelocation_z80.asm(395): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable395 14CE DD CB 11 BF res 7,(ix+high ixy_bits),arelocation_z80.asm(396): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable396 14D2 DD CB 11 C7 set 0,(ix+high ixy_bits),arelocation_z80.asm(397): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable397 14D6 DD CB 11 CF set 1,(ix+high ixy_bits),arelocation_z80.asm(398): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable398 14DA DD CB 11 D7 set 2,(ix+high ixy_bits),arelocation_z80.asm(399): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable399 14DE DD CB 11 DF set 3,(ix+high ixy_bits),arelocation_z80.asm(400): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable400 14E2 DD CB 11 E7 set 4,(ix+high ixy_bits),arelocation_z80.asm(401): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable401 14E6 DD CB 11 EF set 5,(ix+high ixy_bits),arelocation_z80.asm(402): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable402 14EA DD CB 11 F7 set 6,(ix+high ixy_bits),arelocation_z80.asm(403): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable403 14EE DD CB 11 FF set 7,(ix+high ixy_bits),a404 14F2405 14F2 ; IY (long list it is...)relocation_z80.asm(406): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable406 14F2 FD CB 11 00 rlc (iy+high ixy_bits),brelocation_z80.asm(407): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable407 14F6 FD CB 11 01 rlc (iy+high ixy_bits),crelocation_z80.asm(408): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable408 14FA FD CB 11 02 rlc (iy+high ixy_bits),drelocation_z80.asm(409): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable409 14FE FD CB 11 03 rlc (iy+high ixy_bits),erelocation_z80.asm(410): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable410 1502 FD CB 11 04 rlc (iy+high ixy_bits),hrelocation_z80.asm(411): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable411 1506 FD CB 11 05 rlc (iy+high ixy_bits),lrelocation_z80.asm(412): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable412 150A FD CB 11 06 rlc (iy+high ixy_bits)relocation_z80.asm(413): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable413 150E FD CB 11 07 rlc (iy+high ixy_bits),arelocation_z80.asm(414): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable414 1512 FD CB 11 08 rrc (iy+high ixy_bits),brelocation_z80.asm(415): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable415 1516 FD CB 11 09 rrc (iy+high ixy_bits),crelocation_z80.asm(416): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable416 151A FD CB 11 0A rrc (iy+high ixy_bits),drelocation_z80.asm(417): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable417 151E FD CB 11 0B rrc (iy+high ixy_bits),erelocation_z80.asm(418): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable418 1522 FD CB 11 0C rrc (iy+high ixy_bits),hrelocation_z80.asm(419): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable419 1526 FD CB 11 0D rrc (iy+high ixy_bits),lrelocation_z80.asm(420): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable420 152A FD CB 11 0E rrc (iy+high ixy_bits)relocation_z80.asm(421): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable421 152E FD CB 11 0F rrc (iy+high ixy_bits),arelocation_z80.asm(422): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable422 1532 FD CB 11 10 rl (iy+high ixy_bits),brelocation_z80.asm(423): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable423 1536 FD CB 11 11 rl (iy+high ixy_bits),crelocation_z80.asm(424): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable424 153A FD CB 11 12 rl (iy+high ixy_bits),drelocation_z80.asm(425): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable425 153E FD CB 11 13 rl (iy+high ixy_bits),erelocation_z80.asm(426): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable426 1542 FD CB 11 14 rl (iy+high ixy_bits),hrelocation_z80.asm(427): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable427 1546 FD CB 11 15 rl (iy+high ixy_bits),lrelocation_z80.asm(428): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable428 154A FD CB 11 16 rl (iy+high ixy_bits)relocation_z80.asm(429): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable429 154E FD CB 11 17 rl (iy+high ixy_bits),arelocation_z80.asm(430): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable430 1552 FD CB 11 18 rr (iy+high ixy_bits),brelocation_z80.asm(431): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable431 1556 FD CB 11 19 rr (iy+high ixy_bits),crelocation_z80.asm(432): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable432 155A FD CB 11 1A rr (iy+high ixy_bits),drelocation_z80.asm(433): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable433 155E FD CB 11 1B rr (iy+high ixy_bits),erelocation_z80.asm(434): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable434 1562 FD CB 11 1C rr (iy+high ixy_bits),hrelocation_z80.asm(435): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable435 1566 FD CB 11 1D rr (iy+high ixy_bits),lrelocation_z80.asm(436): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable436 156A FD CB 11 1E rr (iy+high ixy_bits)relocation_z80.asm(437): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable437 156E FD CB 11 1F rr (iy+high ixy_bits),arelocation_z80.asm(438): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable438 1572 FD CB 11 20 sla (iy+high ixy_bits),brelocation_z80.asm(439): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable439 1576 FD CB 11 21 sla (iy+high ixy_bits),crelocation_z80.asm(440): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable440 157A FD CB 11 22 sla (iy+high ixy_bits),drelocation_z80.asm(441): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable441 157E FD CB 11 23 sla (iy+high ixy_bits),erelocation_z80.asm(442): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable442 1582 FD CB 11 24 sla (iy+high ixy_bits),hrelocation_z80.asm(443): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable443 1586 FD CB 11 25 sla (iy+high ixy_bits),lrelocation_z80.asm(444): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable444 158A FD CB 11 26 sla (iy+high ixy_bits)relocation_z80.asm(445): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable445 158E FD CB 11 27 sla (iy+high ixy_bits),arelocation_z80.asm(446): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable446 1592 FD CB 11 28 sra (iy+high ixy_bits),brelocation_z80.asm(447): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable447 1596 FD CB 11 29 sra (iy+high ixy_bits),crelocation_z80.asm(448): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable448 159A FD CB 11 2A sra (iy+high ixy_bits),drelocation_z80.asm(449): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable449 159E FD CB 11 2B sra (iy+high ixy_bits),erelocation_z80.asm(450): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable450 15A2 FD CB 11 2C sra (iy+high ixy_bits),hrelocation_z80.asm(451): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable451 15A6 FD CB 11 2D sra (iy+high ixy_bits),lrelocation_z80.asm(452): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable452 15AA FD CB 11 2E sra (iy+high ixy_bits)relocation_z80.asm(453): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable453 15AE FD CB 11 2F sra (iy+high ixy_bits),arelocation_z80.asm(454): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable454 15B2 FD CB 11 30 sli (iy+high ixy_bits),brelocation_z80.asm(455): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable455 15B6 FD CB 11 31 sli (iy+high ixy_bits),crelocation_z80.asm(456): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable456 15BA FD CB 11 32 sli (iy+high ixy_bits),drelocation_z80.asm(457): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable457 15BE FD CB 11 33 sli (iy+high ixy_bits),erelocation_z80.asm(458): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable458 15C2 FD CB 11 34 sli (iy+high ixy_bits),hrelocation_z80.asm(459): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable459 15C6 FD CB 11 35 sli (iy+high ixy_bits),lrelocation_z80.asm(460): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable460 15CA FD CB 11 36 sli (iy+high ixy_bits)relocation_z80.asm(461): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable461 15CE FD CB 11 37 sli (iy+high ixy_bits),arelocation_z80.asm(462): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable462 15D2 FD CB 11 38 srl (iy+high ixy_bits),brelocation_z80.asm(463): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable463 15D6 FD CB 11 39 srl (iy+high ixy_bits),crelocation_z80.asm(464): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable464 15DA FD CB 11 3A srl (iy+high ixy_bits),drelocation_z80.asm(465): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable465 15DE FD CB 11 3B srl (iy+high ixy_bits),erelocation_z80.asm(466): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable466 15E2 FD CB 11 3C srl (iy+high ixy_bits),hrelocation_z80.asm(467): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable467 15E6 FD CB 11 3D srl (iy+high ixy_bits),lrelocation_z80.asm(468): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable468 15EA FD CB 11 3E srl (iy+high ixy_bits)relocation_z80.asm(469): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable469 15EE FD CB 11 3F srl (iy+high ixy_bits),a470 15F2relocation_z80.asm(471): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable471 15F2 FD CB 00 76 bit ixy_bits&7,(iy)relocation_z80.asm(472): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable472 15F6 FD CB 00 B0 res ixy_bits&7,(iy),brelocation_z80.asm(473): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable473 15FA FD CB 00 B1 res ixy_bits&7,(iy),crelocation_z80.asm(474): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable474 15FE FD CB 00 B2 res ixy_bits&7,(iy),drelocation_z80.asm(475): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable475 1602 FD CB 00 B3 res ixy_bits&7,(iy),erelocation_z80.asm(476): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable476 1606 FD CB 00 B4 res ixy_bits&7,(iy),hrelocation_z80.asm(477): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable477 160A FD CB 00 B5 res ixy_bits&7,(iy),lrelocation_z80.asm(478): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable478 160E FD CB 00 B6 res ixy_bits&7,(iy)relocation_z80.asm(479): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable479 1612 FD CB 00 B7 res ixy_bits&7,(iy),arelocation_z80.asm(480): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable480 1616 FD CB 00 F0 set ixy_bits&7,(iy),brelocation_z80.asm(481): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable481 161A FD CB 00 F1 set ixy_bits&7,(iy),crelocation_z80.asm(482): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable482 161E FD CB 00 F2 set ixy_bits&7,(iy),drelocation_z80.asm(483): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable483 1622 FD CB 00 F3 set ixy_bits&7,(iy),erelocation_z80.asm(484): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable484 1626 FD CB 00 F4 set ixy_bits&7,(iy),hrelocation_z80.asm(485): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable485 162A FD CB 00 F5 set ixy_bits&7,(iy),lrelocation_z80.asm(486): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable486 162E FD CB 00 F6 set ixy_bits&7,(iy)relocation_z80.asm(487): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable487 1632 FD CB 00 F7 set ixy_bits&7,(iy),a488 1636relocation_z80.asm(489): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable489 1636 FD CB 11 46 bit 0,(iy+high ixy_bits)relocation_z80.asm(490): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable490 163A FD CB 11 4E bit 1,(iy+high ixy_bits)relocation_z80.asm(491): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable491 163E FD CB 11 56 bit 2,(iy+high ixy_bits)relocation_z80.asm(492): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable492 1642 FD CB 11 5E bit 3,(iy+high ixy_bits)relocation_z80.asm(493): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable493 1646 FD CB 11 66 bit 4,(iy+high ixy_bits)relocation_z80.asm(494): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable494 164A FD CB 11 6E bit 5,(iy+high ixy_bits)relocation_z80.asm(495): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable495 164E FD CB 11 76 bit 6,(iy+high ixy_bits)relocation_z80.asm(496): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable496 1652 FD CB 11 7E bit 7,(iy+high ixy_bits)relocation_z80.asm(497): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable497 1656 FD CB 11 86 res 0,(iy+high ixy_bits)relocation_z80.asm(498): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable498 165A FD CB 11 8E res 1,(iy+high ixy_bits)relocation_z80.asm(499): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable499 165E FD CB 11 96 res 2,(iy+high ixy_bits)relocation_z80.asm(500): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable500 1662 FD CB 11 9E res 3,(iy+high ixy_bits)relocation_z80.asm(501): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable501 1666 FD CB 11 A6 res 4,(iy+high ixy_bits)relocation_z80.asm(502): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable502 166A FD CB 11 AE res 5,(iy+high ixy_bits)relocation_z80.asm(503): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable503 166E FD CB 11 B6 res 6,(iy+high ixy_bits)relocation_z80.asm(504): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable504 1672 FD CB 11 BE res 7,(iy+high ixy_bits)relocation_z80.asm(505): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable505 1676 FD CB 11 C6 set 0,(iy+high ixy_bits)relocation_z80.asm(506): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable506 167A FD CB 11 CE set 1,(iy+high ixy_bits)relocation_z80.asm(507): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable507 167E FD CB 11 D6 set 2,(iy+high ixy_bits)relocation_z80.asm(508): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable508 1682 FD CB 11 DE set 3,(iy+high ixy_bits)relocation_z80.asm(509): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable509 1686 FD CB 11 E6 set 4,(iy+high ixy_bits)relocation_z80.asm(510): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable510 168A FD CB 11 EE set 5,(iy+high ixy_bits)relocation_z80.asm(511): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable511 168E FD CB 11 F6 set 6,(iy+high ixy_bits)relocation_z80.asm(512): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable512 1692 FD CB 11 FE set 7,(iy+high ixy_bits)513 1696relocation_z80.asm(514): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable514 1696 FD CB 11 80 res 0,(iy+high ixy_bits),brelocation_z80.asm(515): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable515 169A FD CB 11 88 res 1,(iy+high ixy_bits),brelocation_z80.asm(516): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable516 169E FD CB 11 90 res 2,(iy+high ixy_bits),brelocation_z80.asm(517): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable517 16A2 FD CB 11 98 res 3,(iy+high ixy_bits),brelocation_z80.asm(518): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable518 16A6 FD CB 11 A0 res 4,(iy+high ixy_bits),brelocation_z80.asm(519): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable519 16AA FD CB 11 A8 res 5,(iy+high ixy_bits),brelocation_z80.asm(520): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable520 16AE FD CB 11 B0 res 6,(iy+high ixy_bits),brelocation_z80.asm(521): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable521 16B2 FD CB 11 B8 res 7,(iy+high ixy_bits),brelocation_z80.asm(522): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable522 16B6 FD CB 11 C0 set 0,(iy+high ixy_bits),brelocation_z80.asm(523): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable523 16BA FD CB 11 C8 set 1,(iy+high ixy_bits),brelocation_z80.asm(524): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable524 16BE FD CB 11 D0 set 2,(iy+high ixy_bits),brelocation_z80.asm(525): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable525 16C2 FD CB 11 D8 set 3,(iy+high ixy_bits),brelocation_z80.asm(526): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable526 16C6 FD CB 11 E0 set 4,(iy+high ixy_bits),brelocation_z80.asm(527): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable527 16CA FD CB 11 E8 set 5,(iy+high ixy_bits),brelocation_z80.asm(528): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable528 16CE FD CB 11 F0 set 6,(iy+high ixy_bits),brelocation_z80.asm(529): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable529 16D2 FD CB 11 F8 set 7,(iy+high ixy_bits),b530 16D6relocation_z80.asm(531): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable531 16D6 FD CB 11 81 res 0,(iy+high ixy_bits),crelocation_z80.asm(532): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable532 16DA FD CB 11 89 res 1,(iy+high ixy_bits),crelocation_z80.asm(533): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable533 16DE FD CB 11 91 res 2,(iy+high ixy_bits),crelocation_z80.asm(534): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable534 16E2 FD CB 11 99 res 3,(iy+high ixy_bits),crelocation_z80.asm(535): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable535 16E6 FD CB 11 A1 res 4,(iy+high ixy_bits),crelocation_z80.asm(536): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable536 16EA FD CB 11 A9 res 5,(iy+high ixy_bits),crelocation_z80.asm(537): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable537 16EE FD CB 11 B1 res 6,(iy+high ixy_bits),crelocation_z80.asm(538): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable538 16F2 FD CB 11 B9 res 7,(iy+high ixy_bits),crelocation_z80.asm(539): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable539 16F6 FD CB 11 C1 set 0,(iy+high ixy_bits),crelocation_z80.asm(540): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable540 16FA FD CB 11 C9 set 1,(iy+high ixy_bits),crelocation_z80.asm(541): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable541 16FE FD CB 11 D1 set 2,(iy+high ixy_bits),crelocation_z80.asm(542): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable542 1702 FD CB 11 D9 set 3,(iy+high ixy_bits),crelocation_z80.asm(543): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable543 1706 FD CB 11 E1 set 4,(iy+high ixy_bits),crelocation_z80.asm(544): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable544 170A FD CB 11 E9 set 5,(iy+high ixy_bits),crelocation_z80.asm(545): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable545 170E FD CB 11 F1 set 6,(iy+high ixy_bits),crelocation_z80.asm(546): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable546 1712 FD CB 11 F9 set 7,(iy+high ixy_bits),c547 1716relocation_z80.asm(548): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable548 1716 FD CB 11 82 res 0,(iy+high ixy_bits),drelocation_z80.asm(549): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable549 171A FD CB 11 8A res 1,(iy+high ixy_bits),drelocation_z80.asm(550): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable550 171E FD CB 11 92 res 2,(iy+high ixy_bits),drelocation_z80.asm(551): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable551 1722 FD CB 11 9A res 3,(iy+high ixy_bits),drelocation_z80.asm(552): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable552 1726 FD CB 11 A2 res 4,(iy+high ixy_bits),drelocation_z80.asm(553): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable553 172A FD CB 11 AA res 5,(iy+high ixy_bits),drelocation_z80.asm(554): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable554 172E FD CB 11 B2 res 6,(iy+high ixy_bits),drelocation_z80.asm(555): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable555 1732 FD CB 11 BA res 7,(iy+high ixy_bits),drelocation_z80.asm(556): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable556 1736 FD CB 11 C2 set 0,(iy+high ixy_bits),drelocation_z80.asm(557): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable557 173A FD CB 11 CA set 1,(iy+high ixy_bits),drelocation_z80.asm(558): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable558 173E FD CB 11 D2 set 2,(iy+high ixy_bits),drelocation_z80.asm(559): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable559 1742 FD CB 11 DA set 3,(iy+high ixy_bits),drelocation_z80.asm(560): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable560 1746 FD CB 11 E2 set 4,(iy+high ixy_bits),drelocation_z80.asm(561): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable561 174A FD CB 11 EA set 5,(iy+high ixy_bits),drelocation_z80.asm(562): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable562 174E FD CB 11 F2 set 6,(iy+high ixy_bits),drelocation_z80.asm(563): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable563 1752 FD CB 11 FA set 7,(iy+high ixy_bits),d564 1756relocation_z80.asm(565): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable565 1756 FD CB 11 83 res 0,(iy+high ixy_bits),erelocation_z80.asm(566): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable566 175A FD CB 11 8B res 1,(iy+high ixy_bits),erelocation_z80.asm(567): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable567 175E FD CB 11 93 res 2,(iy+high ixy_bits),erelocation_z80.asm(568): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable568 1762 FD CB 11 9B res 3,(iy+high ixy_bits),erelocation_z80.asm(569): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable569 1766 FD CB 11 A3 res 4,(iy+high ixy_bits),erelocation_z80.asm(570): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable570 176A FD CB 11 AB res 5,(iy+high ixy_bits),erelocation_z80.asm(571): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable571 176E FD CB 11 B3 res 6,(iy+high ixy_bits),erelocation_z80.asm(572): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable572 1772 FD CB 11 BB res 7,(iy+high ixy_bits),erelocation_z80.asm(573): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable573 1776 FD CB 11 C3 set 0,(iy+high ixy_bits),erelocation_z80.asm(574): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable574 177A FD CB 11 CB set 1,(iy+high ixy_bits),erelocation_z80.asm(575): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable575 177E FD CB 11 D3 set 2,(iy+high ixy_bits),erelocation_z80.asm(576): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable576 1782 FD CB 11 DB set 3,(iy+high ixy_bits),erelocation_z80.asm(577): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable577 1786 FD CB 11 E3 set 4,(iy+high ixy_bits),erelocation_z80.asm(578): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable578 178A FD CB 11 EB set 5,(iy+high ixy_bits),erelocation_z80.asm(579): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable579 178E FD CB 11 F3 set 6,(iy+high ixy_bits),erelocation_z80.asm(580): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable580 1792 FD CB 11 FB set 7,(iy+high ixy_bits),e581 1796relocation_z80.asm(582): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable582 1796 FD CB 11 84 res 0,(iy+high ixy_bits),hrelocation_z80.asm(583): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable583 179A FD CB 11 8C res 1,(iy+high ixy_bits),hrelocation_z80.asm(584): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable584 179E FD CB 11 94 res 2,(iy+high ixy_bits),hrelocation_z80.asm(585): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable585 17A2 FD CB 11 9C res 3,(iy+high ixy_bits),hrelocation_z80.asm(586): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable586 17A6 FD CB 11 A4 res 4,(iy+high ixy_bits),hrelocation_z80.asm(587): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable587 17AA FD CB 11 AC res 5,(iy+high ixy_bits),hrelocation_z80.asm(588): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable588 17AE FD CB 11 B4 res 6,(iy+high ixy_bits),hrelocation_z80.asm(589): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable589 17B2 FD CB 11 BC res 7,(iy+high ixy_bits),hrelocation_z80.asm(590): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable590 17B6 FD CB 11 C4 set 0,(iy+high ixy_bits),hrelocation_z80.asm(591): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable591 17BA FD CB 11 CC set 1,(iy+high ixy_bits),hrelocation_z80.asm(592): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable592 17BE FD CB 11 D4 set 2,(iy+high ixy_bits),hrelocation_z80.asm(593): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable593 17C2 FD CB 11 DC set 3,(iy+high ixy_bits),hrelocation_z80.asm(594): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable594 17C6 FD CB 11 E4 set 4,(iy+high ixy_bits),hrelocation_z80.asm(595): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable595 17CA FD CB 11 EC set 5,(iy+high ixy_bits),hrelocation_z80.asm(596): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable596 17CE FD CB 11 F4 set 6,(iy+high ixy_bits),hrelocation_z80.asm(597): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable597 17D2 FD CB 11 FC set 7,(iy+high ixy_bits),h598 17D6relocation_z80.asm(599): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable599 17D6 FD CB 11 85 res 0,(iy+high ixy_bits),lrelocation_z80.asm(600): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable600 17DA FD CB 11 8D res 1,(iy+high ixy_bits),lrelocation_z80.asm(601): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable601 17DE FD CB 11 95 res 2,(iy+high ixy_bits),lrelocation_z80.asm(602): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable602 17E2 FD CB 11 9D res 3,(iy+high ixy_bits),lrelocation_z80.asm(603): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable603 17E6 FD CB 11 A5 res 4,(iy+high ixy_bits),lrelocation_z80.asm(604): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable604 17EA FD CB 11 AD res 5,(iy+high ixy_bits),lrelocation_z80.asm(605): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable605 17EE FD CB 11 B5 res 6,(iy+high ixy_bits),lrelocation_z80.asm(606): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable606 17F2 FD CB 11 BD res 7,(iy+high ixy_bits),lrelocation_z80.asm(607): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable607 17F6 FD CB 11 C5 set 0,(iy+high ixy_bits),lrelocation_z80.asm(608): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable608 17FA FD CB 11 CD set 1,(iy+high ixy_bits),lrelocation_z80.asm(609): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable609 17FE FD CB 11 D5 set 2,(iy+high ixy_bits),lrelocation_z80.asm(610): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable610 1802 FD CB 11 DD set 3,(iy+high ixy_bits),lrelocation_z80.asm(611): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable611 1806 FD CB 11 E5 set 4,(iy+high ixy_bits),lrelocation_z80.asm(612): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable612 180A FD CB 11 ED set 5,(iy+high ixy_bits),lrelocation_z80.asm(613): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable613 180E FD CB 11 F5 set 6,(iy+high ixy_bits),lrelocation_z80.asm(614): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable614 1812 FD CB 11 FD set 7,(iy+high ixy_bits),l615 1816relocation_z80.asm(616): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable616 1816 FD CB 11 87 res 0,(iy+high ixy_bits),arelocation_z80.asm(617): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable617 181A FD CB 11 8F res 1,(iy+high ixy_bits),arelocation_z80.asm(618): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable618 181E FD CB 11 97 res 2,(iy+high ixy_bits),arelocation_z80.asm(619): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable619 1822 FD CB 11 9F res 3,(iy+high ixy_bits),arelocation_z80.asm(620): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable620 1826 FD CB 11 A7 res 4,(iy+high ixy_bits),arelocation_z80.asm(621): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable621 182A FD CB 11 AF res 5,(iy+high ixy_bits),arelocation_z80.asm(622): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable622 182E FD CB 11 B7 res 6,(iy+high ixy_bits),arelocation_z80.asm(623): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable623 1832 FD CB 11 BF res 7,(iy+high ixy_bits),arelocation_z80.asm(624): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable624 1836 FD CB 11 C7 set 0,(iy+high ixy_bits),arelocation_z80.asm(625): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable625 183A FD CB 11 CF set 1,(iy+high ixy_bits),arelocation_z80.asm(626): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable626 183E FD CB 11 D7 set 2,(iy+high ixy_bits),arelocation_z80.asm(627): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable627 1842 FD CB 11 DF set 3,(iy+high ixy_bits),arelocation_z80.asm(628): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable628 1846 FD CB 11 E7 set 4,(iy+high ixy_bits),arelocation_z80.asm(629): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable629 184A FD CB 11 EF set 5,(iy+high ixy_bits),arelocation_z80.asm(630): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable630 184E FD CB 11 F7 set 6,(iy+high ixy_bits),arelocation_z80.asm(631): warning[relunstable]: Relocation makes one of the expressions unstable, resulting machine code is not relocatable631 1852 FD CB 11 FF set 7,(iy+high ixy_bits),a632 1856633 1856 RELOCATE_END634 1856635 1856 11 10 14 10 RELOCATE_TABLE635 185A 17 10 1A 10635 185E 1D 10 20 10635 1862 23 10 26 10635 1866 29 10 2C 10635 186A 2F 10 32 10635 186E 35 10 38 10635 1872 3B 10 3E 10635 1876 41 10 44 10635 187A 49 10 4C 10635 187E 67 10 6A 10635 1882 6D 10 71 10635 1886 75 10 78 10635 188A 7C 10 80 10635 188E 83 10 87 10635 1892 8B 10 8F 10635 1896 93 10 97 10635 189A 9A 10 9E 10635 189E A2 10 A6 10636 18A2637 18A2 ;===================================================================================638 18A2 ; here comes the copy of all the instructions, but outside of relocation block639 18A2 ; but using the labels which are affected by relocation (this should still *NOT*640 18A2 ; add to the relocation table, as instructions are outside of relocation block)641 18A2 ; and thus this should also *NOT* warn about unstable relocation.642 18A2 ;===================================================================================643 18A2644 18A2 ; relative jumps will be too far plus they don't need extra test645 18A2 ; absolute jumps need relocation646 18A2 C2 06 10 jp nz,1 + jr_jp_call + 1647 18A5 C3 06 10 jp 1 + jr_jp_call + 1648 18A8 CA 06 10 jp z,1 + jr_jp_call + 1649 18AB D2 06 10 jp nc,1 + jr_jp_call + 1650 18AE DA 06 10 jp c,1 + jr_jp_call + 1651 18B1 E2 06 10 jp po,1 + jr_jp_call + 1652 18B4 EA 06 10 jp pe,1 + jr_jp_call + 1653 18B7 F2 06 10 jp p,1 + jr_jp_call + 1654 18BA FA 06 10 jp m,1 + jr_jp_call + 1655 18BD ; calls need relocation656 18BD C4 06 10 call nz,1 + jr_jp_call + 1657 18C0 CC 06 10 call z,1 + jr_jp_call + 1658 18C3 CD 06 10 call 1 + jr_jp_call + 1659 18C6 D4 06 10 call nc,1 + jr_jp_call + 1660 18C9 DC 06 10 call c,1 + jr_jp_call + 1661 18CC E4 06 10 call po,1 + jr_jp_call + 1662 18CF EC 06 10 call pe,1 + jr_jp_call + 1663 18D2 F4 06 10 call p,1 + jr_jp_call + 1664 18D5 FC 06 10 call m,1 + jr_jp_call + 1665 18D8666 18D8 ;ld_a:667 18D8 3E 10 ld a,high ld_a ; warning668 18DA 3A 46 10 ld a,(ld_a)669 18DD 32 46 10 ld (ld_a),a670 18E0 ;ld_r8: ; warning all671 18E0 06 10 ld b,high ld_r8672 18E2 0E 10 ld c,high ld_r8673 18E4 16 10 ld d,high ld_r8674 18E6 1E 10 ld e,high ld_r8675 18E8 26 10 ld h,high ld_r8676 18EA 2E 10 ld l,high ld_r8677 18EC DD 26 10 ld ixh,high ld_r8678 18EF DD 2E 10 ld ixl,high ld_r8679 18F2 FD 26 10 ld iyh,high ld_r8680 18F5 FD 2E 10 ld iyl,high ld_r8681 18F8 ;ld_r16:682 18F8 01 66 10 ld bc,ld_r16683 18FB 11 66 10 ld de,ld_r16684 18FE 21 66 10 ld hl,ld_r16685 1901 DD 21 66 10 ld ix,ld_r16686 1905 FD 21 66 10 ld iy,ld_r16687 1909 31 66 10 ld sp,ld_r16688 190C ED 4B 66 10 ld bc,(ld_r16)689 1910 ED 5B 66 10 ld de,(ld_r16)690 1914 2A 66 10 ld hl,(ld_r16)691 1917 DD 2A 66 10 ld ix,(ld_r16)692 191B FD 2A 66 10 ld iy,(ld_r16)693 191F ED 7B 66 10 ld sp,(ld_r16)694 1923 ED 43 66 10 ld (ld_r16),bc695 1927 ED 53 66 10 ld (ld_r16),de696 192B 22 66 10 ld (ld_r16),hl697 192E DD 22 66 10 ld (ld_r16),ix698 1932 FD 22 66 10 ld (ld_r16),iy699 1936 ED 73 66 10 ld (ld_r16),sp700 193A ;ld_extras: ; warning all701 193A 36 10 ld (hl),high ld_extras702 193C DD 36 10 7B ld (ix+high ld_extras),123703 1940 DD 36 7B 10 ld (ix+123),high ld_extras704 1944 FD 36 10 7B ld (iy+high ld_extras),123705 1948 FD 36 7B 10 ld (iy+123),high ld_extras706 194C ;ld_ixy_r8: ; warning all707 194C DD 46 10 ld b,(ix+high ld_ixy_r8)708 194F DD 4E 10 ld c,(ix+high ld_ixy_r8)709 1952 DD 56 10 ld d,(ix+high ld_ixy_r8)710 1955 DD 5E 10 ld e,(ix+high ld_ixy_r8)711 1958 DD 66 10 ld h,(ix+high ld_ixy_r8)712 195B DD 6E 10 ld l,(ix+high ld_ixy_r8)713 195E DD 7E 10 ld a,(ix+high ld_ixy_r8)714 1961715 1961 FD 46 10 ld b,(iy+high ld_ixy_r8)716 1964 FD 4E 10 ld c,(iy+high ld_ixy_r8)717 1967 FD 56 10 ld d,(iy+high ld_ixy_r8)718 196A FD 5E 10 ld e,(iy+high ld_ixy_r8)719 196D FD 66 10 ld h,(iy+high ld_ixy_r8)720 1970 FD 6E 10 ld l,(iy+high ld_ixy_r8)721 1973 FD 7E 10 ld a,(iy+high ld_ixy_r8)722 1976723 1976 DD 70 10 ld (ix+high ld_ixy_r8),b724 1979 DD 71 10 ld (ix+high ld_ixy_r8),c725 197C DD 72 10 ld (ix+high ld_ixy_r8),d726 197F DD 73 10 ld (ix+high ld_ixy_r8),e727 1982 DD 74 10 ld (ix+high ld_ixy_r8),h728 1985 DD 75 10 ld (ix+high ld_ixy_r8),l729 1988 DD 77 10 ld (ix+high ld_ixy_r8),a730 198B731 198B FD 70 10 ld (iy+high ld_ixy_r8),b732 198E FD 71 10 ld (iy+high ld_ixy_r8),c733 1991 FD 72 10 ld (iy+high ld_ixy_r8),d734 1994 FD 73 10 ld (iy+high ld_ixy_r8),e735 1997 FD 74 10 ld (iy+high ld_ixy_r8),h736 199A FD 75 10 ld (iy+high ld_ixy_r8),l737 199D FD 77 10 ld (iy+high ld_ixy_r8),a738 19A0739 19A0 ;alu_imm8: ; warning all740 19A0 C6 11 add a,high alu_imm8741 19A2 CE 11 adc a,high alu_imm8742 19A4 D6 11 sub high alu_imm8743 19A6 DE 11 sbc a,high alu_imm8744 19A8 E6 11 and high alu_imm8745 19AA EE 11 xor high alu_imm8746 19AC F6 11 or high alu_imm8747 19AE FE 11 cp high alu_imm8748 19B0749 19B0 ;imm8_extras: ; warning all750 19B0 D3 11 out (high imm8_extras),a751 19B2 DB 11 in a,(high imm8_extras)752 19B4753 19B4 ;alu_ixy: ; warning all754 19B4 DD 86 11 add a,(ix+high alu_ixy)755 19B7 DD 8E 11 adc a,(ix+high alu_ixy)756 19BA DD 96 11 sub (ix+high alu_ixy)757 19BD DD 9E 11 sbc a,(ix+high alu_ixy)758 19C0 DD A6 11 and (ix+high alu_ixy)759 19C3 DD AE 11 xor (ix+high alu_ixy)760 19C6 DD B6 11 or (ix+high alu_ixy)761 19C9 DD BE 11 cp (ix+high alu_ixy)762 19CC FD 86 11 add a,(iy+high alu_ixy)763 19CF FD 8E 11 adc a,(iy+high alu_ixy)764 19D2 FD 96 11 sub (iy+high alu_ixy)765 19D5 FD 9E 11 sbc a,(iy+high alu_ixy)766 19D8 FD A6 11 and (iy+high alu_ixy)767 19DB FD AE 11 xor (iy+high alu_ixy)768 19DE FD B6 11 or (iy+high alu_ixy)769 19E1 FD BE 11 cp (iy+high alu_ixy)770 19E4771 19E4 ;ixy_extras: ; warning all772 19E4 DD 34 11 inc (ix+high ixy_extras)773 19E7 DD 35 11 dec (ix+high ixy_extras)774 19EA FD 34 11 inc (iy+high ixy_extras)775 19ED FD 35 11 dec (iy+high ixy_extras)776 19F0777 19F0 ;bit_imm8: ; warning all778 19F0 CB 70 bit bit_imm8&7,b779 19F2 CB 71 bit bit_imm8&7,c780 19F4 CB 72 bit bit_imm8&7,d781 19F6 CB 73 bit bit_imm8&7,e782 19F8 CB 74 bit bit_imm8&7,h783 19FA CB 75 bit bit_imm8&7,l784 19FC CB 76 bit bit_imm8&7,(hl)785 19FE CB 77 bit bit_imm8&7,a786 1A00 CB B0 res bit_imm8&7,b787 1A02 CB B1 res bit_imm8&7,c788 1A04 CB B2 res bit_imm8&7,d789 1A06 CB B3 res bit_imm8&7,e790 1A08 CB B4 res bit_imm8&7,h791 1A0A CB B5 res bit_imm8&7,l792 1A0C CB B6 res bit_imm8&7,(hl)793 1A0E CB B7 res bit_imm8&7,a794 1A10 CB F0 set bit_imm8&7,b795 1A12 CB F1 set bit_imm8&7,c796 1A14 CB F2 set bit_imm8&7,d797 1A16 CB F3 set bit_imm8&7,e798 1A18 CB F4 set bit_imm8&7,h799 1A1A CB F5 set bit_imm8&7,l800 1A1C CB F6 set bit_imm8&7,(hl)801 1A1E CB F7 set bit_imm8&7,a802 1A20803 1A20 ;ixy_bits: ; warning all804 1A20 ; IX (long list it is...)805 1A20 DD CB 11 00 rlc (ix+high ixy_bits),b806 1A24 DD CB 11 01 rlc (ix+high ixy_bits),c807 1A28 DD CB 11 02 rlc (ix+high ixy_bits),d808 1A2C DD CB 11 03 rlc (ix+high ixy_bits),e809 1A30 DD CB 11 04 rlc (ix+high ixy_bits),h810 1A34 DD CB 11 05 rlc (ix+high ixy_bits),l811 1A38 DD CB 11 06 rlc (ix+high ixy_bits)812 1A3C DD CB 11 07 rlc (ix+high ixy_bits),a813 1A40 DD CB 11 08 rrc (ix+high ixy_bits),b814 1A44 DD CB 11 09 rrc (ix+high ixy_bits),c815 1A48 DD CB 11 0A rrc (ix+high ixy_bits),d816 1A4C DD CB 11 0B rrc (ix+high ixy_bits),e817 1A50 DD CB 11 0C rrc (ix+high ixy_bits),h818 1A54 DD CB 11 0D rrc (ix+high ixy_bits),l819 1A58 DD CB 11 0E rrc (ix+high ixy_bits)820 1A5C DD CB 11 0F rrc (ix+high ixy_bits),a821 1A60 DD CB 11 10 rl (ix+high ixy_bits),b822 1A64 DD CB 11 11 rl (ix+high ixy_bits),c823 1A68 DD CB 11 12 rl (ix+high ixy_bits),d824 1A6C DD CB 11 13 rl (ix+high ixy_bits),e825 1A70 DD CB 11 14 rl (ix+high ixy_bits),h826 1A74 DD CB 11 15 rl (ix+high ixy_bits),l827 1A78 DD CB 11 16 rl (ix+high ixy_bits)828 1A7C DD CB 11 17 rl (ix+high ixy_bits),a829 1A80 DD CB 11 18 rr (ix+high ixy_bits),b830 1A84 DD CB 11 19 rr (ix+high ixy_bits),c831 1A88 DD CB 11 1A rr (ix+high ixy_bits),d832 1A8C DD CB 11 1B rr (ix+high ixy_bits),e833 1A90 DD CB 11 1C rr (ix+high ixy_bits),h834 1A94 DD CB 11 1D rr (ix+high ixy_bits),l835 1A98 DD CB 11 1E rr (ix+high ixy_bits)836 1A9C DD CB 11 1F rr (ix+high ixy_bits),a837 1AA0 DD CB 11 20 sla (ix+high ixy_bits),b838 1AA4 DD CB 11 21 sla (ix+high ixy_bits),c839 1AA8 DD CB 11 22 sla (ix+high ixy_bits),d840 1AAC DD CB 11 23 sla (ix+high ixy_bits),e841 1AB0 DD CB 11 24 sla (ix+high ixy_bits),h842 1AB4 DD CB 11 25 sla (ix+high ixy_bits),l843 1AB8 DD CB 11 26 sla (ix+high ixy_bits)844 1ABC DD CB 11 27 sla (ix+high ixy_bits),a845 1AC0 DD CB 11 28 sra (ix+high ixy_bits),b846 1AC4 DD CB 11 29 sra (ix+high ixy_bits),c847 1AC8 DD CB 11 2A sra (ix+high ixy_bits),d848 1ACC DD CB 11 2B sra (ix+high ixy_bits),e849 1AD0 DD CB 11 2C sra (ix+high ixy_bits),h850 1AD4 DD CB 11 2D sra (ix+high ixy_bits),l851 1AD8 DD CB 11 2E sra (ix+high ixy_bits)852 1ADC DD CB 11 2F sra (ix+high ixy_bits),a853 1AE0 DD CB 11 30 sli (ix+high ixy_bits),b854 1AE4 DD CB 11 31 sli (ix+high ixy_bits),c855 1AE8 DD CB 11 32 sli (ix+high ixy_bits),d856 1AEC DD CB 11 33 sli (ix+high ixy_bits),e857 1AF0 DD CB 11 34 sli (ix+high ixy_bits),h858 1AF4 DD CB 11 35 sli (ix+high ixy_bits),l859 1AF8 DD CB 11 36 sli (ix+high ixy_bits)860 1AFC DD CB 11 37 sli (ix+high ixy_bits),a861 1B00 DD CB 11 38 srl (ix+high ixy_bits),b862 1B04 DD CB 11 39 srl (ix+high ixy_bits),c863 1B08 DD CB 11 3A srl (ix+high ixy_bits),d864 1B0C DD CB 11 3B srl (ix+high ixy_bits),e865 1B10 DD CB 11 3C srl (ix+high ixy_bits),h866 1B14 DD CB 11 3D srl (ix+high ixy_bits),l867 1B18 DD CB 11 3E srl (ix+high ixy_bits)868 1B1C DD CB 11 3F srl (ix+high ixy_bits),a869 1B20870 1B20 DD CB 00 76 bit ixy_bits&7,(ix)871 1B24 DD CB 00 B0 res ixy_bits&7,(ix),b872 1B28 DD CB 00 B1 res ixy_bits&7,(ix),c873 1B2C DD CB 00 B2 res ixy_bits&7,(ix),d874 1B30 DD CB 00 B3 res ixy_bits&7,(ix),e875 1B34 DD CB 00 B4 res ixy_bits&7,(ix),h876 1B38 DD CB 00 B5 res ixy_bits&7,(ix),l877 1B3C DD CB 00 B6 res ixy_bits&7,(ix)878 1B40 DD CB 00 B7 res ixy_bits&7,(ix),a879 1B44 DD CB 00 F0 set ixy_bits&7,(ix),b880 1B48 DD CB 00 F1 set ixy_bits&7,(ix),c881 1B4C DD CB 00 F2 set ixy_bits&7,(ix),d882 1B50 DD CB 00 F3 set ixy_bits&7,(ix),e883 1B54 DD CB 00 F4 set ixy_bits&7,(ix),h884 1B58 DD CB 00 F5 set ixy_bits&7,(ix),l885 1B5C DD CB 00 F6 set ixy_bits&7,(ix)886 1B60 DD CB 00 F7 set ixy_bits&7,(ix),a887 1B64888 1B64 DD CB 11 46 bit 0,(ix+high ixy_bits)889 1B68 DD CB 11 4E bit 1,(ix+high ixy_bits)890 1B6C DD CB 11 56 bit 2,(ix+high ixy_bits)891 1B70 DD CB 11 5E bit 3,(ix+high ixy_bits)892 1B74 DD CB 11 66 bit 4,(ix+high ixy_bits)893 1B78 DD CB 11 6E bit 5,(ix+high ixy_bits)894 1B7C DD CB 11 76 bit 6,(ix+high ixy_bits)895 1B80 DD CB 11 7E bit 7,(ix+high ixy_bits)896 1B84 DD CB 11 86 res 0,(ix+high ixy_bits)897 1B88 DD CB 11 8E res 1,(ix+high ixy_bits)898 1B8C DD CB 11 96 res 2,(ix+high ixy_bits)899 1B90 DD CB 11 9E res 3,(ix+high ixy_bits)900 1B94 DD CB 11 A6 res 4,(ix+high ixy_bits)901 1B98 DD CB 11 AE res 5,(ix+high ixy_bits)902 1B9C DD CB 11 B6 res 6,(ix+high ixy_bits)903 1BA0 DD CB 11 BE res 7,(ix+high ixy_bits)904 1BA4 DD CB 11 C6 set 0,(ix+high ixy_bits)905 1BA8 DD CB 11 CE set 1,(ix+high ixy_bits)906 1BAC DD CB 11 D6 set 2,(ix+high ixy_bits)907 1BB0 DD CB 11 DE set 3,(ix+high ixy_bits)908 1BB4 DD CB 11 E6 set 4,(ix+high ixy_bits)909 1BB8 DD CB 11 EE set 5,(ix+high ixy_bits)910 1BBC DD CB 11 F6 set 6,(ix+high ixy_bits)911 1BC0 DD CB 11 FE set 7,(ix+high ixy_bits)912 1BC4913 1BC4 DD CB 11 80 res 0,(ix+high ixy_bits),b914 1BC8 DD CB 11 88 res 1,(ix+high ixy_bits),b915 1BCC DD CB 11 90 res 2,(ix+high ixy_bits),b916 1BD0 DD CB 11 98 res 3,(ix+high ixy_bits),b917 1BD4 DD CB 11 A0 res 4,(ix+high ixy_bits),b918 1BD8 DD CB 11 A8 res 5,(ix+high ixy_bits),b919 1BDC DD CB 11 B0 res 6,(ix+high ixy_bits),b920 1BE0 DD CB 11 B8 res 7,(ix+high ixy_bits),b921 1BE4 DD CB 11 C0 set 0,(ix+high ixy_bits),b922 1BE8 DD CB 11 C8 set 1,(ix+high ixy_bits),b923 1BEC DD CB 11 D0 set 2,(ix+high ixy_bits),b924 1BF0 DD CB 11 D8 set 3,(ix+high ixy_bits),b925 1BF4 DD CB 11 E0 set 4,(ix+high ixy_bits),b926 1BF8 DD CB 11 E8 set 5,(ix+high ixy_bits),b927 1BFC DD CB 11 F0 set 6,(ix+high ixy_bits),b928 1C00 DD CB 11 F8 set 7,(ix+high ixy_bits),b929 1C04930 1C04 DD CB 11 81 res 0,(ix+high ixy_bits),c931 1C08 DD CB 11 89 res 1,(ix+high ixy_bits),c932 1C0C DD CB 11 91 res 2,(ix+high ixy_bits),c933 1C10 DD CB 11 99 res 3,(ix+high ixy_bits),c934 1C14 DD CB 11 A1 res 4,(ix+high ixy_bits),c935 1C18 DD CB 11 A9 res 5,(ix+high ixy_bits),c936 1C1C DD CB 11 B1 res 6,(ix+high ixy_bits),c937 1C20 DD CB 11 B9 res 7,(ix+high ixy_bits),c938 1C24 DD CB 11 C1 set 0,(ix+high ixy_bits),c939 1C28 DD CB 11 C9 set 1,(ix+high ixy_bits),c940 1C2C DD CB 11 D1 set 2,(ix+high ixy_bits),c941 1C30 DD CB 11 D9 set 3,(ix+high ixy_bits),c942 1C34 DD CB 11 E1 set 4,(ix+high ixy_bits),c943 1C38 DD CB 11 E9 set 5,(ix+high ixy_bits),c944 1C3C DD CB 11 F1 set 6,(ix+high ixy_bits),c945 1C40 DD CB 11 F9 set 7,(ix+high ixy_bits),c946 1C44947 1C44 DD CB 11 82 res 0,(ix+high ixy_bits),d948 1C48 DD CB 11 8A res 1,(ix+high ixy_bits),d949 1C4C DD CB 11 92 res 2,(ix+high ixy_bits),d950 1C50 DD CB 11 9A res 3,(ix+high ixy_bits),d951 1C54 DD CB 11 A2 res 4,(ix+high ixy_bits),d952 1C58 DD CB 11 AA res 5,(ix+high ixy_bits),d953 1C5C DD CB 11 B2 res 6,(ix+high ixy_bits),d954 1C60 DD CB 11 BA res 7,(ix+high ixy_bits),d955 1C64 DD CB 11 C2 set 0,(ix+high ixy_bits),d956 1C68 DD CB 11 CA set 1,(ix+high ixy_bits),d957 1C6C DD CB 11 D2 set 2,(ix+high ixy_bits),d958 1C70 DD CB 11 DA set 3,(ix+high ixy_bits),d959 1C74 DD CB 11 E2 set 4,(ix+high ixy_bits),d960 1C78 DD CB 11 EA set 5,(ix+high ixy_bits),d961 1C7C DD CB 11 F2 set 6,(ix+high ixy_bits),d962 1C80 DD CB 11 FA set 7,(ix+high ixy_bits),d963 1C84964 1C84 DD CB 11 83 res 0,(ix+high ixy_bits),e965 1C88 DD CB 11 8B res 1,(ix+high ixy_bits),e966 1C8C DD CB 11 93 res 2,(ix+high ixy_bits),e967 1C90 DD CB 11 9B res 3,(ix+high ixy_bits),e968 1C94 DD CB 11 A3 res 4,(ix+high ixy_bits),e969 1C98 DD CB 11 AB res 5,(ix+high ixy_bits),e970 1C9C DD CB 11 B3 res 6,(ix+high ixy_bits),e971 1CA0 DD CB 11 BB res 7,(ix+high ixy_bits),e972 1CA4 DD CB 11 C3 set 0,(ix+high ixy_bits),e973 1CA8 DD CB 11 CB set 1,(ix+high ixy_bits),e974 1CAC DD CB 11 D3 set 2,(ix+high ixy_bits),e975 1CB0 DD CB 11 DB set 3,(ix+high ixy_bits),e976 1CB4 DD CB 11 E3 set 4,(ix+high ixy_bits),e977 1CB8 DD CB 11 EB set 5,(ix+high ixy_bits),e978 1CBC DD CB 11 F3 set 6,(ix+high ixy_bits),e979 1CC0 DD CB 11 FB set 7,(ix+high ixy_bits),e980 1CC4981 1CC4 DD CB 11 84 res 0,(ix+high ixy_bits),h982 1CC8 DD CB 11 8C res 1,(ix+high ixy_bits),h983 1CCC DD CB 11 94 res 2,(ix+high ixy_bits),h984 1CD0 DD CB 11 9C res 3,(ix+high ixy_bits),h985 1CD4 DD CB 11 A4 res 4,(ix+high ixy_bits),h986 1CD8 DD CB 11 AC res 5,(ix+high ixy_bits),h987 1CDC DD CB 11 B4 res 6,(ix+high ixy_bits),h988 1CE0 DD CB 11 BC res 7,(ix+high ixy_bits),h989 1CE4 DD CB 11 C4 set 0,(ix+high ixy_bits),h990 1CE8 DD CB 11 CC set 1,(ix+high ixy_bits),h991 1CEC DD CB 11 D4 set 2,(ix+high ixy_bits),h992 1CF0 DD CB 11 DC set 3,(ix+high ixy_bits),h993 1CF4 DD CB 11 E4 set 4,(ix+high ixy_bits),h994 1CF8 DD CB 11 EC set 5,(ix+high ixy_bits),h995 1CFC DD CB 11 F4 set 6,(ix+high ixy_bits),h996 1D00 DD CB 11 FC set 7,(ix+high ixy_bits),h997 1D04998 1D04 DD CB 11 85 res 0,(ix+high ixy_bits),l999 1D08 DD CB 11 8D res 1,(ix+high ixy_bits),l1000 1D0C DD CB 11 95 res 2,(ix+high ixy_bits),l1001 1D10 DD CB 11 9D res 3,(ix+high ixy_bits),l1002 1D14 DD CB 11 A5 res 4,(ix+high ixy_bits),l1003 1D18 DD CB 11 AD res 5,(ix+high ixy_bits),l1004 1D1C DD CB 11 B5 res 6,(ix+high ixy_bits),l1005 1D20 DD CB 11 BD res 7,(ix+high ixy_bits),l1006 1D24 DD CB 11 C5 set 0,(ix+high ixy_bits),l1007 1D28 DD CB 11 CD set 1,(ix+high ixy_bits),l1008 1D2C DD CB 11 D5 set 2,(ix+high ixy_bits),l1009 1D30 DD CB 11 DD set 3,(ix+high ixy_bits),l1010 1D34 DD CB 11 E5 set 4,(ix+high ixy_bits),l1011 1D38 DD CB 11 ED set 5,(ix+high ixy_bits),l1012 1D3C DD CB 11 F5 set 6,(ix+high ixy_bits),l1013 1D40 DD CB 11 FD set 7,(ix+high ixy_bits),l1014 1D441015 1D44 DD CB 11 87 res 0,(ix+high ixy_bits),a1016 1D48 DD CB 11 8F res 1,(ix+high ixy_bits),a1017 1D4C DD CB 11 97 res 2,(ix+high ixy_bits),a1018 1D50 DD CB 11 9F res 3,(ix+high ixy_bits),a1019 1D54 DD CB 11 A7 res 4,(ix+high ixy_bits),a1020 1D58 DD CB 11 AF res 5,(ix+high ixy_bits),a1021 1D5C DD CB 11 B7 res 6,(ix+high ixy_bits),a1022 1D60 DD CB 11 BF res 7,(ix+high ixy_bits),a1023 1D64 DD CB 11 C7 set 0,(ix+high ixy_bits),a1024 1D68 DD CB 11 CF set 1,(ix+high ixy_bits),a1025 1D6C DD CB 11 D7 set 2,(ix+high ixy_bits),a1026 1D70 DD CB 11 DF set 3,(ix+high ixy_bits),a1027 1D74 DD CB 11 E7 set 4,(ix+high ixy_bits),a1028 1D78 DD CB 11 EF set 5,(ix+high ixy_bits),a1029 1D7C DD CB 11 F7 set 6,(ix+high ixy_bits),a1030 1D80 DD CB 11 FF set 7,(ix+high ixy_bits),a1031 1D841032 1D84 ; IY (long list it is...)1033 1D84 FD CB 11 00 rlc (iy+high ixy_bits),b1034 1D88 FD CB 11 01 rlc (iy+high ixy_bits),c1035 1D8C FD CB 11 02 rlc (iy+high ixy_bits),d1036 1D90 FD CB 11 03 rlc (iy+high ixy_bits),e1037 1D94 FD CB 11 04 rlc (iy+high ixy_bits),h1038 1D98 FD CB 11 05 rlc (iy+high ixy_bits),l1039 1D9C FD CB 11 06 rlc (iy+high ixy_bits)1040 1DA0 FD CB 11 07 rlc (iy+high ixy_bits),a1041 1DA4 FD CB 11 08 rrc (iy+high ixy_bits),b1042 1DA8 FD CB 11 09 rrc (iy+high ixy_bits),c1043 1DAC FD CB 11 0A rrc (iy+high ixy_bits),d1044 1DB0 FD CB 11 0B rrc (iy+high ixy_bits),e1045 1DB4 FD CB 11 0C rrc (iy+high ixy_bits),h1046 1DB8 FD CB 11 0D rrc (iy+high ixy_bits),l1047 1DBC FD CB 11 0E rrc (iy+high ixy_bits)1048 1DC0 FD CB 11 0F rrc (iy+high ixy_bits),a1049 1DC4 FD CB 11 10 rl (iy+high ixy_bits),b1050 1DC8 FD CB 11 11 rl (iy+high ixy_bits),c1051 1DCC FD CB 11 12 rl (iy+high ixy_bits),d1052 1DD0 FD CB 11 13 rl (iy+high ixy_bits),e1053 1DD4 FD CB 11 14 rl (iy+high ixy_bits),h1054 1DD8 FD CB 11 15 rl (iy+high ixy_bits),l1055 1DDC FD CB 11 16 rl (iy+high ixy_bits)1056 1DE0 FD CB 11 17 rl (iy+high ixy_bits),a1057 1DE4 FD CB 11 18 rr (iy+high ixy_bits),b1058 1DE8 FD CB 11 19 rr (iy+high ixy_bits),c1059 1DEC FD CB 11 1A rr (iy+high ixy_bits),d1060 1DF0 FD CB 11 1B rr (iy+high ixy_bits),e1061 1DF4 FD CB 11 1C rr (iy+high ixy_bits),h1062 1DF8 FD CB 11 1D rr (iy+high ixy_bits),l1063 1DFC FD CB 11 1E rr (iy+high ixy_bits)1064 1E00 FD CB 11 1F rr (iy+high ixy_bits),a1065 1E04 FD CB 11 20 sla (iy+high ixy_bits),b1066 1E08 FD CB 11 21 sla (iy+high ixy_bits),c1067 1E0C FD CB 11 22 sla (iy+high ixy_bits),d1068 1E10 FD CB 11 23 sla (iy+high ixy_bits),e1069 1E14 FD CB 11 24 sla (iy+high ixy_bits),h1070 1E18 FD CB 11 25 sla (iy+high ixy_bits),l1071 1E1C FD CB 11 26 sla (iy+high ixy_bits)1072 1E20 FD CB 11 27 sla (iy+high ixy_bits),a1073 1E24 FD CB 11 28 sra (iy+high ixy_bits),b1074 1E28 FD CB 11 29 sra (iy+high ixy_bits),c1075 1E2C FD CB 11 2A sra (iy+high ixy_bits),d1076 1E30 FD CB 11 2B sra (iy+high ixy_bits),e1077 1E34 FD CB 11 2C sra (iy+high ixy_bits),h1078 1E38 FD CB 11 2D sra (iy+high ixy_bits),l1079 1E3C FD CB 11 2E sra (iy+high ixy_bits)1080 1E40 FD CB 11 2F sra (iy+high ixy_bits),a1081 1E44 FD CB 11 30 sli (iy+high ixy_bits),b1082 1E48 FD CB 11 31 sli (iy+high ixy_bits),c1083 1E4C FD CB 11 32 sli (iy+high ixy_bits),d1084 1E50 FD CB 11 33 sli (iy+high ixy_bits),e1085 1E54 FD CB 11 34 sli (iy+high ixy_bits),h1086 1E58 FD CB 11 35 sli (iy+high ixy_bits),l1087 1E5C FD CB 11 36 sli (iy+high ixy_bits)1088 1E60 FD CB 11 37 sli (iy+high ixy_bits),a1089 1E64 FD CB 11 38 srl (iy+high ixy_bits),b1090 1E68 FD CB 11 39 srl (iy+high ixy_bits),c1091 1E6C FD CB 11 3A srl (iy+high ixy_bits),d1092 1E70 FD CB 11 3B srl (iy+high ixy_bits),e1093 1E74 FD CB 11 3C srl (iy+high ixy_bits),h1094 1E78 FD CB 11 3D srl (iy+high ixy_bits),l1095 1E7C FD CB 11 3E srl (iy+high ixy_bits)1096 1E80 FD CB 11 3F srl (iy+high ixy_bits),a1097 1E841098 1E84 FD CB 00 76 bit ixy_bits&7,(iy)1099 1E88 FD CB 00 B0 res ixy_bits&7,(iy),b1100 1E8C FD CB 00 B1 res ixy_bits&7,(iy),c1101 1E90 FD CB 00 B2 res ixy_bits&7,(iy),d1102 1E94 FD CB 00 B3 res ixy_bits&7,(iy),e1103 1E98 FD CB 00 B4 res ixy_bits&7,(iy),h1104 1E9C FD CB 00 B5 res ixy_bits&7,(iy),l1105 1EA0 FD CB 00 B6 res ixy_bits&7,(iy)1106 1EA4 FD CB 00 B7 res ixy_bits&7,(iy),a1107 1EA8 FD CB 00 F0 set ixy_bits&7,(iy),b1108 1EAC FD CB 00 F1 set ixy_bits&7,(iy),c1109 1EB0 FD CB 00 F2 set ixy_bits&7,(iy),d1110 1EB4 FD CB 00 F3 set ixy_bits&7,(iy),e1111 1EB8 FD CB 00 F4 set ixy_bits&7,(iy),h1112 1EBC FD CB 00 F5 set ixy_bits&7,(iy),l1113 1EC0 FD CB 00 F6 set ixy_bits&7,(iy)1114 1EC4 FD CB 00 F7 set ixy_bits&7,(iy),a1115 1EC81116 1EC8 FD CB 11 46 bit 0,(iy+high ixy_bits)1117 1ECC FD CB 11 4E bit 1,(iy+high ixy_bits)1118 1ED0 FD CB 11 56 bit 2,(iy+high ixy_bits)1119 1ED4 FD CB 11 5E bit 3,(iy+high ixy_bits)1120 1ED8 FD CB 11 66 bit 4,(iy+high ixy_bits)1121 1EDC FD CB 11 6E bit 5,(iy+high ixy_bits)1122 1EE0 FD CB 11 76 bit 6,(iy+high ixy_bits)1123 1EE4 FD CB 11 7E bit 7,(iy+high ixy_bits)1124 1EE8 FD CB 11 86 res 0,(iy+high ixy_bits)1125 1EEC FD CB 11 8E res 1,(iy+high ixy_bits)1126 1EF0 FD CB 11 96 res 2,(iy+high ixy_bits)1127 1EF4 FD CB 11 9E res 3,(iy+high ixy_bits)1128 1EF8 FD CB 11 A6 res 4,(iy+high ixy_bits)1129 1EFC FD CB 11 AE res 5,(iy+high ixy_bits)1130 1F00 FD CB 11 B6 res 6,(iy+high ixy_bits)1131 1F04 FD CB 11 BE res 7,(iy+high ixy_bits)1132 1F08 FD CB 11 C6 set 0,(iy+high ixy_bits)1133 1F0C FD CB 11 CE set 1,(iy+high ixy_bits)1134 1F10 FD CB 11 D6 set 2,(iy+high ixy_bits)1135 1F14 FD CB 11 DE set 3,(iy+high ixy_bits)1136 1F18 FD CB 11 E6 set 4,(iy+high ixy_bits)1137 1F1C FD CB 11 EE set 5,(iy+high ixy_bits)1138 1F20 FD CB 11 F6 set 6,(iy+high ixy_bits)1139 1F24 FD CB 11 FE set 7,(iy+high ixy_bits)1140 1F281141 1F28 FD CB 11 80 res 0,(iy+high ixy_bits),b1142 1F2C FD CB 11 88 res 1,(iy+high ixy_bits),b1143 1F30 FD CB 11 90 res 2,(iy+high ixy_bits),b1144 1F34 FD CB 11 98 res 3,(iy+high ixy_bits),b1145 1F38 FD CB 11 A0 res 4,(iy+high ixy_bits),b1146 1F3C FD CB 11 A8 res 5,(iy+high ixy_bits),b1147 1F40 FD CB 11 B0 res 6,(iy+high ixy_bits),b1148 1F44 FD CB 11 B8 res 7,(iy+high ixy_bits),b1149 1F48 FD CB 11 C0 set 0,(iy+high ixy_bits),b1150 1F4C FD CB 11 C8 set 1,(iy+high ixy_bits),b1151 1F50 FD CB 11 D0 set 2,(iy+high ixy_bits),b1152 1F54 FD CB 11 D8 set 3,(iy+high ixy_bits),b1153 1F58 FD CB 11 E0 set 4,(iy+high ixy_bits),b1154 1F5C FD CB 11 E8 set 5,(iy+high ixy_bits),b1155 1F60 FD CB 11 F0 set 6,(iy+high ixy_bits),b1156 1F64 FD CB 11 F8 set 7,(iy+high ixy_bits),b1157 1F681158 1F68 FD CB 11 81 res 0,(iy+high ixy_bits),c1159 1F6C FD CB 11 89 res 1,(iy+high ixy_bits),c1160 1F70 FD CB 11 91 res 2,(iy+high ixy_bits),c1161 1F74 FD CB 11 99 res 3,(iy+high ixy_bits),c1162 1F78 FD CB 11 A1 res 4,(iy+high ixy_bits),c1163 1F7C FD CB 11 A9 res 5,(iy+high ixy_bits),c1164 1F80 FD CB 11 B1 res 6,(iy+high ixy_bits),c1165 1F84 FD CB 11 B9 res 7,(iy+high ixy_bits),c1166 1F88 FD CB 11 C1 set 0,(iy+high ixy_bits),c1167 1F8C FD CB 11 C9 set 1,(iy+high ixy_bits),c1168 1F90 FD CB 11 D1 set 2,(iy+high ixy_bits),c1169 1F94 FD CB 11 D9 set 3,(iy+high ixy_bits),c1170 1F98 FD CB 11 E1 set 4,(iy+high ixy_bits),c1171 1F9C FD CB 11 E9 set 5,(iy+high ixy_bits),c1172 1FA0 FD CB 11 F1 set 6,(iy+high ixy_bits),c1173 1FA4 FD CB 11 F9 set 7,(iy+high ixy_bits),c1174 1FA81175 1FA8 FD CB 11 82 res 0,(iy+high ixy_bits),d1176 1FAC FD CB 11 8A res 1,(iy+high ixy_bits),d1177 1FB0 FD CB 11 92 res 2,(iy+high ixy_bits),d1178 1FB4 FD CB 11 9A res 3,(iy+high ixy_bits),d1179 1FB8 FD CB 11 A2 res 4,(iy+high ixy_bits),d1180 1FBC FD CB 11 AA res 5,(iy+high ixy_bits),d1181 1FC0 FD CB 11 B2 res 6,(iy+high ixy_bits),d1182 1FC4 FD CB 11 BA res 7,(iy+high ixy_bits),d1183 1FC8 FD CB 11 C2 set 0,(iy+high ixy_bits),d1184 1FCC FD CB 11 CA set 1,(iy+high ixy_bits),d1185 1FD0 FD CB 11 D2 set 2,(iy+high ixy_bits),d1186 1FD4 FD CB 11 DA set 3,(iy+high ixy_bits),d1187 1FD8 FD CB 11 E2 set 4,(iy+high ixy_bits),d1188 1FDC FD CB 11 EA set 5,(iy+high ixy_bits),d1189 1FE0 FD CB 11 F2 set 6,(iy+high ixy_bits),d1190 1FE4 FD CB 11 FA set 7,(iy+high ixy_bits),d1191 1FE81192 1FE8 FD CB 11 83 res 0,(iy+high ixy_bits),e1193 1FEC FD CB 11 8B res 1,(iy+high ixy_bits),e1194 1FF0 FD CB 11 93 res 2,(iy+high ixy_bits),e1195 1FF4 FD CB 11 9B res 3,(iy+high ixy_bits),e1196 1FF8 FD CB 11 A3 res 4,(iy+high ixy_bits),e1197 1FFC FD CB 11 AB res 5,(iy+high ixy_bits),e1198 2000 FD CB 11 B3 res 6,(iy+high ixy_bits),e1199 2004 FD CB 11 BB res 7,(iy+high ixy_bits),e1200 2008 FD CB 11 C3 set 0,(iy+high ixy_bits),e1201 200C FD CB 11 CB set 1,(iy+high ixy_bits),e1202 2010 FD CB 11 D3 set 2,(iy+high ixy_bits),e1203 2014 FD CB 11 DB set 3,(iy+high ixy_bits),e1204 2018 FD CB 11 E3 set 4,(iy+high ixy_bits),e1205 201C FD CB 11 EB set 5,(iy+high ixy_bits),e1206 2020 FD CB 11 F3 set 6,(iy+high ixy_bits),e1207 2024 FD CB 11 FB set 7,(iy+high ixy_bits),e1208 20281209 2028 FD CB 11 84 res 0,(iy+high ixy_bits),h1210 202C FD CB 11 8C res 1,(iy+high ixy_bits),h1211 2030 FD CB 11 94 res 2,(iy+high ixy_bits),h1212 2034 FD CB 11 9C res 3,(iy+high ixy_bits),h1213 2038 FD CB 11 A4 res 4,(iy+high ixy_bits),h1214 203C FD CB 11 AC res 5,(iy+high ixy_bits),h1215 2040 FD CB 11 B4 res 6,(iy+high ixy_bits),h1216 2044 FD CB 11 BC res 7,(iy+high ixy_bits),h1217 2048 FD CB 11 C4 set 0,(iy+high ixy_bits),h1218 204C FD CB 11 CC set 1,(iy+high ixy_bits),h1219 2050 FD CB 11 D4 set 2,(iy+high ixy_bits),h1220 2054 FD CB 11 DC set 3,(iy+high ixy_bits),h1221 2058 FD CB 11 E4 set 4,(iy+high ixy_bits),h1222 205C FD CB 11 EC set 5,(iy+high ixy_bits),h1223 2060 FD CB 11 F4 set 6,(iy+high ixy_bits),h1224 2064 FD CB 11 FC set 7,(iy+high ixy_bits),h1225 20681226 2068 FD CB 11 85 res 0,(iy+high ixy_bits),l1227 206C FD CB 11 8D res 1,(iy+high ixy_bits),l1228 2070 FD CB 11 95 res 2,(iy+high ixy_bits),l1229 2074 FD CB 11 9D res 3,(iy+high ixy_bits),l1230 2078 FD CB 11 A5 res 4,(iy+high ixy_bits),l1231 207C FD CB 11 AD res 5,(iy+high ixy_bits),l1232 2080 FD CB 11 B5 res 6,(iy+high ixy_bits),l1233 2084 FD CB 11 BD res 7,(iy+high ixy_bits),l1234 2088 FD CB 11 C5 set 0,(iy+high ixy_bits),l1235 208C FD CB 11 CD set 1,(iy+high ixy_bits),l1236 2090 FD CB 11 D5 set 2,(iy+high ixy_bits),l1237 2094 FD CB 11 DD set 3,(iy+high ixy_bits),l1238 2098 FD CB 11 E5 set 4,(iy+high ixy_bits),l1239 209C FD CB 11 ED set 5,(iy+high ixy_bits),l1240 20A0 FD CB 11 F5 set 6,(iy+high ixy_bits),l1241 20A4 FD CB 11 FD set 7,(iy+high ixy_bits),l1242 20A81243 20A8 FD CB 11 87 res 0,(iy+high ixy_bits),a1244 20AC FD CB 11 8F res 1,(iy+high ixy_bits),a1245 20B0 FD CB 11 97 res 2,(iy+high ixy_bits),a1246 20B4 FD CB 11 9F res 3,(iy+high ixy_bits),a1247 20B8 FD CB 11 A7 res 4,(iy+high ixy_bits),a1248 20BC FD CB 11 AF res 5,(iy+high ixy_bits),a1249 20C0 FD CB 11 B7 res 6,(iy+high ixy_bits),a1250 20C4 FD CB 11 BF res 7,(iy+high ixy_bits),a1251 20C8 FD CB 11 C7 set 0,(iy+high ixy_bits),a1252 20CC FD CB 11 CF set 1,(iy+high ixy_bits),a1253 20D0 FD CB 11 D7 set 2,(iy+high ixy_bits),a1254 20D4 FD CB 11 DF set 3,(iy+high ixy_bits),a1255 20D8 FD CB 11 E7 set 4,(iy+high ixy_bits),a1256 20DC FD CB 11 EF set 5,(iy+high ixy_bits),a1257 20E0 FD CB 11 F7 set 6,(iy+high ixy_bits),a1258 20E4 FD CB 11 FF set 7,(iy+high ixy_bits),a1259 20E81260 20E8 11 10 14 10 RELOCATE_TABLE1260 20EC 17 10 1A 101260 20F0 1D 10 20 101260 20F4 23 10 26 101260 20F8 29 10 2C 101260 20FC 2F 10 32 101260 2100 35 10 38 101260 2104 3B 10 3E 101260 2108 41 10 44 101260 210C 49 10 4C 101260 2110 67 10 6A 101260 2114 6D 10 71 101260 2118 75 10 78 101260 211C 7C 10 80 101260 2120 83 10 87 101260 2124 8B 10 8F 101260 2128 93 10 97 101260 212C 9A 10 9E 101260 2130 A2 10 A6 101261 21341262 2134 ASSERT 0 == 01263 2134 ASSERT 532 == 5321264 2134# file closed: relocation_z80.asmValue Label------ - -----------------------------------------------------------0x110E alu_imm80x1122 alu_ixy0x115E bit_imm80x111E imm8_extras0x118E ixy_bits0x1152 ixy_extras0x1004 jr_jp_call0x1046 ld_a0x10A8 ld_extras0x10BA ld_ixy_r80x1066 ld_r160x104E ld_r80x0026 relocate_count0x004C relocate_size