Tools for working with Cidco Mailstations
100 nop
201 xx xx ld bc, nn
302 ld (bc), a
403 inc bc
504 inc b
605 dec b
706 xx ld b, n
807 rlca
908 ex af, af'
1009 add hl, bc
110a ld a, (bc)
120b dec bc
130c inc c
140d dec c
150e xx ld c, n
160f rrca
1710 xx djnz e
1811 xx xx ld de, nn
1912 ld (de), a
2013 inc de
2114 inc d
2215 dec d
2316 xx ld d, n
2417 rla
2518 xx jr e
2619 add hl, de
271a ld a, (de)
281b dec de
291c inc e
301d dec e
311e xx ld e, n
321f rra
3320 xx jr nz, e
3421 xx xx ld hl, nn
3522 xx xx ld (nn), hl
3623 inc hl
3724 inc h
3825 dec h
3926 xx ld h, n
4027 daa
4128 xx jr z, e
4229 add hl, hl
432a xx xx ld hl, (nn)
442b dec hl
452c inc l
462d dec l
472e xx ld l, n
482f cpl
4930 xx jr nc, e
5031 xx xx ld sp, nn
5132 xx xx ld (nn), a
5233 inc sp
5334 inc (hl)
5435 dec (hl)
5536 xx ld (hl), n
5637 scf
5738 xx jr c, e
5839 add hl, sp
593a xx xx ld a, (nn)
603b dec sp
613c inc a
623d dec a
633e xx ld a, n
643f ccf
6540 ld b, b
6641 ld b, c
6742 ld b, d
6843 ld b, e
6944 ld b, h
7045 ld b, l
7146 ld b, (hl)
7247 ld b, a
7348 ld c, b
7449 ld c, c
754a ld c, d
764b ld c, e
774c ld c, h
784d ld c, l
794e ld c, (hl)
804f ld c, a
8150 ld d, b
8251 ld d, c
8352 ld d, d
8453 ld d, e
8554 ld d, h
8655 ld d, l
8756 ld d, (hl)
8857 ld d, a
8958 ld e, b
9059 ld e, c
915a ld e, d
925b ld e, e
935c ld e, h
945d ld e, l
955e ld e, (hl)
965f ld e, a
9760 ld h, b
9861 ld h, c
9962 ld h, d
10063 ld h, e
10164 ld h, h
10265 ld h, l
10366 ld h, (hl)
10467 ld h, a
10568 ld l, b
10669 ld l, c
1076a ld l, d
1086b ld l, e
1096c ld l, h
1106d ld l, l
1116e ld l, (hl)
1126f ld l, a
11370 ld (hl), b
11471 ld (hl), c
11572 ld (hl), d
11673 ld (hl), e
11774 ld (hl), h
11875 ld (hl), l
11976 halt
12077 ld (hl), a
12178 ld a, b
12279 ld a, c
1237a ld a, d
1247b ld a, e
1257c ld a, h
1267d ld a, l
1277e ld a, (hl)
1287f ld a, a
12980 add b
13081 add c
13182 add d
13283 add e
13384 add h
13485 add l
13586 add (hl)
13687 add a
13788 adc b
13889 adc c
1398a adc d
1408b adc e
1418c adc h
1428d adc l
1438e adc (hl)
1448f adc a
14590 sub b
14691 sub c
14792 sub d
14893 sub e
14994 sub h
15095 sub l
15196 sub (hl)
15297 sub a
15398 sbc b
15499 sbc c
1559a sbc d
1569b sbc e
1579c sbc h
1589d sbc l
1599e sbc (hl)
1609f sbc a
161a0 and b
162a1 and c
163a2 and d
164a3 and e
165a4 and h
166a5 and l
167a6 and (hl)
168a7 and a
169a8 xor b
170a9 xor c
171aa xor d
172ab xor e
173ac xor h
174ad xor l
175ae xor (hl)
176af xor a
177b0 or b
178b1 or c
179b2 or d
180b3 or e
181b4 or h
182b5 or l
183b6 or (hl)
184b7 or a
185b8 cp b
186b9 cp c
187ba cp d
188bb cp e
189bc cp h
190bd cp l
191be cp (hl)
192bf cp a
193c0 ret nz
194c1 pop bc
195c2 xx xx jp nz, nn
196c3 xx xx jp nn
197c4 xx xx call nz, nn
198c5 push bc
199c6 xx add n
200c7 rst 00
201c8 ret z
202c9 ret
203ca xx xx jp z, nn
204cb 00 rlc b
205cb 01 rlc c
206cb 02 rlc d
207cb 03 rlc e
208cb 04 rlc h
209cb 05 rlc l
210cb 06 rlc (hl)
211cb 07 rlc a
212cb 08 rrc b
213cb 09 rrc c
214cb 0a rrc d
215cb 0b rrc e
216cb 0c rrc h
217cb 0d rrc l
218cb 0e rrc (hl)
219cb 0f rrc a
220cb 10 rl b
221cb 11 rl c
222cb 12 rl d
223cb 13 rl e
224cb 14 rl h
225cb 15 rl l
226cb 16 rl (hl)
227cb 17 rl a
228cb 18 rr b
229cb 19 rr c
230cb 1a rr d
231cb 1b rr e
232cb 1c rr h
233cb 1d rr l
234cb 1e rr (hl)
235cb 1f rr a
236cb 20 sla b
237cb 21 sla c
238cb 22 sla d
239cb 23 sla e
240cb 24 sla h
241cb 25 sla l
242cb 26 sla (hl)
243cb 27 sla a
244cb 28 sra b
245cb 29 sra c
246cb 2a sra d
247cb 2b sra e
248cb 2c sra h
249cb 2d sra l
250cb 2e sra (hl)
251cb 2f sra a
252cb 30 sll b
253cb 31 sll c
254cb 32 sll d
255cb 33 sll e
256cb 34 sll h
257cb 35 sll l
258cb 36 sll (hl)
259cb 37 sll a
260cb 38 srl b
261cb 39 srl c
262cb 3a srl d
263cb 3b srl e
264cb 3c srl h
265cb 3d srl l
266cb 3e srl (hl)
267cb 3f srl a
268cb 40 bit 0, b
269cb 41 bit 0, c
270cb 42 bit 0, d
271cb 43 bit 0, e
272cb 44 bit 0, h
273cb 45 bit 0, l
274cb 46 bit 0, (hl)
275cb 47 bit 0, a
276cb 48 bit 1, b
277cb 49 bit 1, c
278cb 4a bit 1, d
279cb 4b bit 1, e
280cb 4c bit 1, h
281cb 4d bit 1, l
282cb 4e bit 1, (hl)
283cb 4f bit 1, a
284cb 50 bit 2, b
285cb 51 bit 2, c
286cb 52 bit 2, d
287cb 53 bit 2, e
288cb 54 bit 2, h
289cb 55 bit 2, l
290cb 56 bit 2, (hl)
291cb 57 bit 2, a
292cb 58 bit 3, b
293cb 59 bit 3, c
294cb 5a bit 3, d
295cb 5b bit 3, e
296cb 5c bit 3, h
297cb 5d bit 3, l
298cb 5e bit 3, (hl)
299cb 5f bit 3, a
300cb 60 bit 4, b
301cb 61 bit 4, c
302cb 62 bit 4, d
303cb 63 bit 4, e
304cb 64 bit 4, h
305cb 65 bit 4, l
306cb 66 bit 4, (hl)
307cb 67 bit 4, a
308cb 68 bit 5, b
309cb 69 bit 5, c
310cb 6a bit 5, d
311cb 6b bit 5, e
312cb 6c bit 5, h
313cb 6d bit 5, l
314cb 6e bit 5, (hl)
315cb 6f bit 5, a
316cb 70 bit 6, b
317cb 71 bit 6, c
318cb 72 bit 6, d
319cb 73 bit 6, e
320cb 74 bit 6, h
321cb 75 bit 6, l
322cb 76 bit 6, (hl)
323cb 77 bit 6, a
324cb 78 bit 7, b
325cb 79 bit 7, c
326cb 7a bit 7, d
327cb 7b bit 7, e
328cb 7c bit 7, h
329cb 7d bit 7, l
330cb 7e bit 7, (hl)
331cb 7f bit 7, a
332cb 80 res 0, b
333cb 81 res 0, c
334cb 82 res 0, d
335cb 83 res 0, e
336cb 84 res 0, h
337cb 85 res 0, l
338cb 86 res 0, (hl)
339cb 87 res 0, a
340cb 88 res 1, b
341cb 89 res 1, c
342cb 8a res 1, d
343cb 8b res 1, e
344cb 8c res 1, h
345cb 8d res 1, l
346cb 8e res 1, (hl)
347cb 8f res 1, a
348cb 90 res 2, b
349cb 91 res 2, c
350cb 92 res 2, d
351cb 93 res 2, e
352cb 94 res 2, h
353cb 95 res 2, l
354cb 96 res 2, (hl)
355cb 97 res 2, a
356cb 98 res 3, b
357cb 99 res 3, c
358cb 9a res 3, d
359cb 9b res 3, e
360cb 9c res 3, h
361cb 9d res 3, l
362cb 9e res 3, (hl)
363cb 9f res 3, a
364cb a0 res 4, b
365cb a1 res 4, c
366cb a2 res 4, d
367cb a3 res 4, e
368cb a4 res 4, h
369cb a5 res 4, l
370cb a6 res 4, (hl)
371cb a7 res 4, a
372cb a8 res 5, b
373cb a9 res 5, c
374cb aa res 5, d
375cb ab res 5, e
376cb ac res 5, h
377cb ad res 5, l
378cb ae res 5, (hl)
379cb af res 5, a
380cb b0 res 6, b
381cb b1 res 6, c
382cb b2 res 6, d
383cb b3 res 6, e
384cb b4 res 6, h
385cb b5 res 6, l
386cb b6 res 6, (hl)
387cb b7 res 6, a
388cb b8 res 7, b
389cb b9 res 7, c
390cb ba res 7, d
391cb bb res 7, e
392cb bc res 7, h
393cb bd res 7, l
394cb be res 7, (hl)
395cb bf res 7, a
396cb c0 set 0, b
397cb c1 set 0, c
398cb c2 set 0, d
399cb c3 set 0, e
400cb c4 set 0, h
401cb c5 set 0, l
402cb c6 set 0, (hl)
403cb c7 set 0, a
404cb c8 set 1, b
405cb c9 set 1, c
406cb ca set 1, d
407cb cb set 1, e
408cb cc set 1, h
409cb cd set 1, l
410cb ce set 1, (hl)
411cb cf set 1, a
412cb d0 set 2, b
413cb d1 set 2, c
414cb d2 set 2, d
415cb d3 set 2, e
416cb d4 set 2, h
417cb d5 set 2, l
418cb d6 set 2, (hl)
419cb d7 set 2, a
420cb d8 set 3, b
421cb d9 set 3, c
422cb da set 3, d
423cb db set 3, e
424cb dc set 3, h
425cb dd set 3, l
426cb de set 3, (hl)
427cb df set 3, a
428cb e0 set 4, b
429cb e1 set 4, c
430cb e2 set 4, d
431cb e3 set 4, e
432cb e4 set 4, h
433cb e5 set 4, l
434cb e6 set 4, (hl)
435cb e7 set 4, a
436cb e8 set 5, b
437cb e9 set 5, c
438cb ea set 5, d
439cb eb set 5, e
440cb ec set 5, h
441cb ed set 5, l
442cb ee set 5, (hl)
443cb ef set 5, a
444cb f0 set 6, b
445cb f1 set 6, c
446cb f2 set 6, d
447cb f3 set 6, e
448cb f4 set 6, h
449cb f5 set 6, l
450cb f6 set 6, (hl)
451cb f7 set 6, a
452cb f8 set 7, b
453cb f9 set 7, c
454cb fa set 7, d
455cb fb set 7, e
456cb fc set 7, h
457cb fd set 7, l
458cb fe set 7, (hl)
459cb ff set 7, a
460cc xx xx call z, nn
461cd xx xx call nn
462ce xx adc n
463cf rst 08
464d0 ret nc
465d1 pop de
466d2 xx xx jp nc, nn
467d3 xx out (n), a
468d4 xx xx call nc, nn
469d5 push de
470d6 xx sub n
471d7 rst 10
472d8 ret c
473d9 exx
474da xx xx jp c, nn
475db xx in a, (n)
476dc xx xx call c, nn
477dd 09 add ix, bc
478dd 19 add ix, de
479dd 21 xx xx ld ix, nn
480dd 22 xx xx ld (nn), ix
481dd 23 inc ix
482dd 24 inc ixh
483dd 25 dec ixh
484dd 26 xx ld ixh, n
485dd 29 add ix, ix
486dd 2a xx xx ld ix, (nn)
487dd 2b dec ix
488dd 2c inc ixl
489dd 2d dec ixl
490dd 2e xx ld ixl, n
491dd 34 xx inc (ix+d)
492dd 35 xx dec (ix+d)
493dd 36 xx xx ld (ix+d), n
494dd 39 add ix, sp
495dd 44 ld b, ixh
496dd 45 ld b, ixl
497dd 46 xx ld b, (ix+d)
498dd 4c ld c, ixh
499dd 4d ld c, ixl
500dd 4e xx ld c, (ix+d)
501dd 54 ld d, ixh
502dd 55 ld d, ixl
503dd 56 xx ld d, (ix+d)
504dd 5c ld e, ixh
505dd 5d ld e, ixl
506dd 5e xx ld e, (ix+d)
507dd 60 ld ixh, b
508dd 61 ld ixh, c
509dd 62 ld ixh, d
510dd 63 ld ixh, e
511dd 64 ld ixh, ixh
512dd 65 ld ixh, ixl
513dd 66 xx ld h, (ix+d)
514dd 67 ld ixh, a
515dd 68 ld ixl, b
516dd 69 ld ixl, c
517dd 6a ld ixl, d
518dd 6b ld ixl, e
519dd 6c ld ixl, ixh
520dd 6d ld ixl, ixl
521dd 6e xx ld l, (ix+d)
522dd 6f ld ixl, a
523dd 70 xx ld (ix+d), b
524dd 71 xx ld (ix+d), c
525dd 72 xx ld (ix+d), d
526dd 73 xx ld (ix+d), e
527dd 74 xx ld (ix+d), h
528dd 75 xx ld (ix+d), l
529dd 77 xx ld (ix+d), a
530dd 7c ld a, ixh
531dd 7d ld a, ixl
532dd 7e xx ld a, (ix+d)
533dd 84 add ixh
534dd 85 add ixl
535dd 86 xx add (ix+d)
536dd 8c adc ixh
537dd 8d adc ixl
538dd 8e xx adc (ix+d)
539dd 94 sub ixh
540dd 95 sub ixl
541dd 96 xx sub (ix+d)
542dd 9c sbc ixh
543dd 9d sbc ixl
544dd 9e xx sbc (ix+d)
545dd a4 and ixh
546dd a5 and ixl
547dd a6 xx and (ix+d)
548dd ac xor ixh
549dd ad xor ixl
550dd ae xx xor (ix+d)
551dd b4 or ixh
552dd b5 or ixl
553dd b6 xx or (ix+d)
554dd bc cp ixh
555dd bd cp ixl
556dd be xx cp (ix+d)
557dd cb xx 00 rlc (ix+d), b
558dd cb xx 01 rlc (ix+d), c
559dd cb xx 02 rlc (ix+d), d
560dd cb xx 03 rlc (ix+d), e
561dd cb xx 04 rlc (ix+d), h
562dd cb xx 05 rlc (ix+d), l
563dd cb xx 06 rlc (ix+d)
564dd cb xx 07 rlc (ix+d), a
565dd cb xx 08 rrc (ix+d), b
566dd cb xx 09 rrc (ix+d), c
567dd cb xx 0a rrc (ix+d), d
568dd cb xx 0b rrc (ix+d), e
569dd cb xx 0c rrc (ix+d), h
570dd cb xx 0d rrc (ix+d), l
571dd cb xx 0e rrc (ix+d)
572dd cb xx 0f rrc (ix+d), a
573dd cb xx 10 rl (ix+d), b
574dd cb xx 11 rl (ix+d), c
575dd cb xx 12 rl (ix+d), d
576dd cb xx 13 rl (ix+d), e
577dd cb xx 14 rl (ix+d), h
578dd cb xx 15 rl (ix+d), l
579dd cb xx 16 rl (ix+d)
580dd cb xx 17 rl (ix+d), a
581dd cb xx 18 rr (ix+d), b
582dd cb xx 19 rr (ix+d), c
583dd cb xx 1a rr (ix+d), d
584dd cb xx 1b rr (ix+d), e
585dd cb xx 1c rr (ix+d), h
586dd cb xx 1d rr (ix+d), l
587dd cb xx 1e rr (ix+d)
588dd cb xx 1f rr (ix+d), a
589dd cb xx 20 sla (ix+d), b
590dd cb xx 21 sla (ix+d), c
591dd cb xx 22 sla (ix+d), d
592dd cb xx 23 sla (ix+d), e
593dd cb xx 24 sla (ix+d), h
594dd cb xx 25 sla (ix+d), l
595dd cb xx 26 sla (ix+d)
596dd cb xx 27 sla (ix+d), a
597dd cb xx 28 sra (ix+d), b
598dd cb xx 29 sra (ix+d), c
599dd cb xx 2a sra (ix+d), d
600dd cb xx 2b sra (ix+d), e
601dd cb xx 2c sra (ix+d), h
602dd cb xx 2d sra (ix+d), l
603dd cb xx 2e sra (ix+d)
604dd cb xx 2f sra (ix+d), a
605dd cb xx 30 sll (ix+d), b
606dd cb xx 31 sll (ix+d), c
607dd cb xx 32 sll (ix+d), d
608dd cb xx 33 sll (ix+d), e
609dd cb xx 34 sll (ix+d), h
610dd cb xx 35 sll (ix+d), l
611dd cb xx 36 sll (ix+d)
612dd cb xx 37 sll (ix+d), a
613dd cb xx 38 srl (ix+d), b
614dd cb xx 39 srl (ix+d), c
615dd cb xx 3a srl (ix+d), d
616dd cb xx 3b srl (ix+d), e
617dd cb xx 3c srl (ix+d), h
618dd cb xx 3d srl (ix+d), l
619dd cb xx 3e srl (ix+d)
620dd cb xx 3f srl (ix+d), a
621dd cb xx 40 bit 0, (ix+d)
622dd cb xx 41 bit 0, (ix+d)
623dd cb xx 42 bit 0, (ix+d)
624dd cb xx 43 bit 0, (ix+d)
625dd cb xx 44 bit 0, (ix+d)
626dd cb xx 45 bit 0, (ix+d)
627dd cb xx 46 bit 0, (ix+d)
628dd cb xx 47 bit 0, (ix+d)
629dd cb xx 48 bit 1, (ix+d)
630dd cb xx 49 bit 1, (ix+d)
631dd cb xx 4a bit 1, (ix+d)
632dd cb xx 4b bit 1, (ix+d)
633dd cb xx 4c bit 1, (ix+d)
634dd cb xx 4d bit 1, (ix+d)
635dd cb xx 4e bit 1, (ix+d)
636dd cb xx 4f bit 1, (ix+d)
637dd cb xx 50 bit 2, (ix+d)
638dd cb xx 51 bit 2, (ix+d)
639dd cb xx 52 bit 2, (ix+d)
640dd cb xx 53 bit 2, (ix+d)
641dd cb xx 54 bit 2, (ix+d)
642dd cb xx 55 bit 2, (ix+d)
643dd cb xx 56 bit 2, (ix+d)
644dd cb xx 57 bit 2, (ix+d)
645dd cb xx 58 bit 3, (ix+d)
646dd cb xx 59 bit 3, (ix+d)
647dd cb xx 5a bit 3, (ix+d)
648dd cb xx 5b bit 3, (ix+d)
649dd cb xx 5c bit 3, (ix+d)
650dd cb xx 5d bit 3, (ix+d)
651dd cb xx 5e bit 3, (ix+d)
652dd cb xx 5f bit 3, (ix+d)
653dd cb xx 60 bit 4, (ix+d)
654dd cb xx 61 bit 4, (ix+d)
655dd cb xx 62 bit 4, (ix+d)
656dd cb xx 63 bit 4, (ix+d)
657dd cb xx 64 bit 4, (ix+d)
658dd cb xx 65 bit 4, (ix+d)
659dd cb xx 66 bit 4, (ix+d)
660dd cb xx 67 bit 4, (ix+d)
661dd cb xx 68 bit 5, (ix+d)
662dd cb xx 69 bit 5, (ix+d)
663dd cb xx 6a bit 5, (ix+d)
664dd cb xx 6b bit 5, (ix+d)
665dd cb xx 6c bit 5, (ix+d)
666dd cb xx 6d bit 5, (ix+d)
667dd cb xx 6e bit 5, (ix+d)
668dd cb xx 6f bit 5, (ix+d)
669dd cb xx 70 bit 6, (ix+d)
670dd cb xx 71 bit 6, (ix+d)
671dd cb xx 72 bit 6, (ix+d)
672dd cb xx 73 bit 6, (ix+d)
673dd cb xx 74 bit 6, (ix+d)
674dd cb xx 75 bit 6, (ix+d)
675dd cb xx 76 bit 6, (ix+d)
676dd cb xx 77 bit 6, (ix+d)
677dd cb xx 78 bit 7, (ix+d)
678dd cb xx 79 bit 7, (ix+d)
679dd cb xx 7a bit 7, (ix+d)
680dd cb xx 7b bit 7, (ix+d)
681dd cb xx 7c bit 7, (ix+d)
682dd cb xx 7d bit 7, (ix+d)
683dd cb xx 7e bit 7, (ix+d)
684dd cb xx 7f bit 7, (ix+d)
685dd cb xx 80 res 0, (ix+d), b
686dd cb xx 81 res 0, (ix+d), c
687dd cb xx 82 res 0, (ix+d), d
688dd cb xx 83 res 0, (ix+d), e
689dd cb xx 84 res 0, (ix+d), h
690dd cb xx 85 res 0, (ix+d), l
691dd cb xx 86 res 0, (ix+d)
692dd cb xx 87 res 0, (ix+d), a
693dd cb xx 88 res 1, (ix+d), b
694dd cb xx 89 res 1, (ix+d), c
695dd cb xx 8a res 1, (ix+d), d
696dd cb xx 8b res 1, (ix+d), e
697dd cb xx 8c res 1, (ix+d), h
698dd cb xx 8d res 1, (ix+d), l
699dd cb xx 8e res 1, (ix+d)
700dd cb xx 8f res 1, (ix+d), a
701dd cb xx 90 res 2, (ix+d), b
702dd cb xx 91 res 2, (ix+d), c
703dd cb xx 92 res 2, (ix+d), d
704dd cb xx 93 res 2, (ix+d), e
705dd cb xx 94 res 2, (ix+d), h
706dd cb xx 95 res 2, (ix+d), l
707dd cb xx 96 res 2, (ix+d)
708dd cb xx 97 res 2, (ix+d), a
709dd cb xx 98 res 3, (ix+d), b
710dd cb xx 99 res 3, (ix+d), c
711dd cb xx 9a res 3, (ix+d), d
712dd cb xx 9b res 3, (ix+d), e
713dd cb xx 9c res 3, (ix+d), h
714dd cb xx 9d res 3, (ix+d), l
715dd cb xx 9e res 3, (ix+d)
716dd cb xx 9f res 3, (ix+d), a
717dd cb xx a0 res 4, (ix+d), b
718dd cb xx a1 res 4, (ix+d), c
719dd cb xx a2 res 4, (ix+d), d
720dd cb xx a3 res 4, (ix+d), e
721dd cb xx a4 res 4, (ix+d), h
722dd cb xx a5 res 4, (ix+d), l
723dd cb xx a6 res 4, (ix+d)
724dd cb xx a7 res 4, (ix+d), a
725dd cb xx a8 res 5, (ix+d), b
726dd cb xx a9 res 5, (ix+d), c
727dd cb xx aa res 5, (ix+d), d
728dd cb xx ab res 5, (ix+d), e
729dd cb xx ac res 5, (ix+d), h
730dd cb xx ad res 5, (ix+d), l
731dd cb xx ae res 5, (ix+d)
732dd cb xx af res 5, (ix+d), a
733dd cb xx b0 res 6, (ix+d), b
734dd cb xx b1 res 6, (ix+d), c
735dd cb xx b2 res 6, (ix+d), d
736dd cb xx b3 res 6, (ix+d), e
737dd cb xx b4 res 6, (ix+d), h
738dd cb xx b5 res 6, (ix+d), l
739dd cb xx b6 res 6, (ix+d)
740dd cb xx b7 res 6, (ix+d), a
741dd cb xx b8 res 7, (ix+d), b
742dd cb xx b9 res 7, (ix+d), c
743dd cb xx ba res 7, (ix+d), d
744dd cb xx bb res 7, (ix+d), e
745dd cb xx bc res 7, (ix+d), h
746dd cb xx bd res 7, (ix+d), l
747dd cb xx be res 7, (ix+d)
748dd cb xx bf res 7, (ix+d), a
749dd cb xx c0 set 0, (ix+d), b
750dd cb xx c1 set 0, (ix+d), c
751dd cb xx c2 set 0, (ix+d), d
752dd cb xx c3 set 0, (ix+d), e
753dd cb xx c4 set 0, (ix+d), h
754dd cb xx c5 set 0, (ix+d), l
755dd cb xx c6 set 0, (ix+d)
756dd cb xx c7 set 0, (ix+d), a
757dd cb xx c8 set 1, (ix+d), b
758dd cb xx c9 set 1, (ix+d), c
759dd cb xx ca set 1, (ix+d), d
760dd cb xx cb set 1, (ix+d), e
761dd cb xx cc set 1, (ix+d), h
762dd cb xx cd set 1, (ix+d), l
763dd cb xx ce set 1, (ix+d)
764dd cb xx cf set 1, (ix+d), a
765dd cb xx d0 set 2, (ix+d), b
766dd cb xx d1 set 2, (ix+d), c
767dd cb xx d2 set 2, (ix+d), d
768dd cb xx d3 set 2, (ix+d), e
769dd cb xx d4 set 2, (ix+d), h
770dd cb xx d5 set 2, (ix+d), l
771dd cb xx d6 set 2, (ix+d)
772dd cb xx d7 set 2, (ix+d), a
773dd cb xx d8 set 3, (ix+d), b
774dd cb xx d9 set 3, (ix+d), c
775dd cb xx da set 3, (ix+d), d
776dd cb xx db set 3, (ix+d), e
777dd cb xx dc set 3, (ix+d), h
778dd cb xx dd set 3, (ix+d), l
779dd cb xx de set 3, (ix+d)
780dd cb xx df set 3, (ix+d), a
781dd cb xx e0 set 4, (ix+d), b
782dd cb xx e1 set 4, (ix+d), c
783dd cb xx e2 set 4, (ix+d), d
784dd cb xx e3 set 4, (ix+d), e
785dd cb xx e4 set 4, (ix+d), h
786dd cb xx e5 set 4, (ix+d), l
787dd cb xx e6 set 4, (ix+d)
788dd cb xx e7 set 4, (ix+d), a
789dd cb xx e8 set 5, (ix+d), b
790dd cb xx e9 set 5, (ix+d), c
791dd cb xx ea set 5, (ix+d), d
792dd cb xx eb set 5, (ix+d), e
793dd cb xx ec set 5, (ix+d), h
794dd cb xx ed set 5, (ix+d), l
795dd cb xx ee set 5, (ix+d)
796dd cb xx ef set 5, (ix+d), a
797dd cb xx f0 set 6, (ix+d), b
798dd cb xx f1 set 6, (ix+d), c
799dd cb xx f2 set 6, (ix+d), d
800dd cb xx f3 set 6, (ix+d), e
801dd cb xx f4 set 6, (ix+d), h
802dd cb xx f5 set 6, (ix+d), l
803dd cb xx f6 set 6, (ix+d)
804dd cb xx f7 set 6, (ix+d), a
805dd cb xx f8 set 7, (ix+d), b
806dd cb xx f9 set 7, (ix+d), c
807dd cb xx fa set 7, (ix+d), d
808dd cb xx fb set 7, (ix+d), e
809dd cb xx fc set 7, (ix+d), h
810dd cb xx fd set 7, (ix+d), l
811dd cb xx fe set 7, (ix+d)
812dd cb xx ff set 7, (ix+d), a
813dd e1 pop ix
814dd e3 ex (sp), ix
815dd e5 push ix
816dd e9 jp (ix)
817dd f9 ld sp, ix
818de xx sbc n
819df rst 18
820e0 ret po
821e1 pop hl
822e2 xx xx jp po, nn
823e3 ex (sp), hl
824e4 xx xx call po, nn
825e5 push hl
826e6 xx and n
827e7 rst 20
828e8 ret pe
829e9 jp (hl)
830ea xx xx jp pe, nn
831eb ex de, hl
832ec xx xx call pe, nn
833ed 40 in b, (c)
834ed 41 out (c), b
835ed 42 sbc hl, bc
836ed 43 xx xx ld (nn), bc
837ed 44 neg
838ed 45 retn
839ed 46 im 0
840ed 47 ld i, a
841ed 48 in c, (c)
842ed 49 out (c), c
843ed 4a adc hl, bc
844ed 4b xx xx ld bc, (nn)
845ed 4c neg
846ed 4d reti
847ed 4e im 0
848ed 4f ld r, a
849ed 50 in d, (c)
850ed 51 out (c), d
851ed 52 sbc hl, de
852ed 53 xx xx ld (nn), de
853ed 54 neg
854ed 55 retn
855ed 56 im 1
856ed 57 ld a, i
857ed 58 in e, (c)
858ed 59 out (c), e
859ed 5a adc hl, de
860ed 5b xx xx ld de, (nn)
861ed 5c neg
862ed 5d retn
863ed 5e im 2
864ed 5f ld a, r
865ed 60 in h, (c)
866ed 61 out (c), h
867ed 62 sbc hl, hl
868ed 63 xx xx ld (nn), hl
869ed 64 neg
870ed 65 retn
871ed 66 im 0
872ed 67 rrd
873ed 68 in l, (c)
874ed 69 out (c), l
875ed 6a adc hl, hl
876ed 6b xx xx ld hl, (nn)
877ed 6c neg
878ed 6d retn
879ed 6e im 0
880ed 6f rld
881ed 70 in (c)
882ed 71 out (c), 0
883ed 72 sbc hl, sp
884ed 73 xx xx ld (nn), sp
885ed 74 neg
886ed 75 retn
887ed 76 im 1
888ed 78 in a, (c)
889ed 79 out (c), a
890ed 7a adc hl, sp
891ed 7b xx xx ld sp, (nn)
892ed 7c neg
893ed 7d retn
894ed 7e im 2
895ed a0 ldi
896ed a1 cpi
897ed a2 ini
898ed a3 outi
899ed a8 ldd
900ed a9 cpd
901ed aa ind
902ed ab outd
903ed b0 ldir
904ed b1 cpir
905ed b2 inir
906ed b3 otir
907ed b8 lddr
908ed b9 cpdr
909ed ba indr
910ed bb otdr
911ee xx xor n
912ef rst 28
913f0 ret p
914f1 pop af
915f2 xx xx jp p, nn
916f3 di
917f4 xx xx call p, nn
918f5 push af
919f6 xx or n
920f7 rst 30
921f8 ret m
922f9 ld sp, hl
923fa xx xx jp m, nn
924fb ei
925fc xx xx call m, nn
926fd 09 add iy, bc
927fd 19 add iy, de
928fd 21 xx xx ld iy, nn
929fd 22 xx xx ld (nn), iy
930fd 23 inc iy
931fd 24 inc iyh
932fd 25 dec iyh
933fd 26 xx ld iyh, n
934fd 29 add iy, iy
935fd 2a xx xx ld iy, (nn)
936fd 2b dec iy
937fd 2c inc iyl
938fd 2d dec iyl
939fd 2e xx ld iyl, n
940fd 34 xx inc (iy+d)
941fd 35 xx dec (iy+d)
942fd 36 xx xx ld (iy+d), n
943fd 39 add iy, sp
944fd 44 ld b, iyh
945fd 45 ld b, iyl
946fd 46 xx ld b, (iy+d)
947fd 4c ld c, iyh
948fd 4d ld c, iyl
949fd 4e xx ld c, (iy+d)
950fd 54 ld d, iyh
951fd 55 ld d, iyl
952fd 56 xx ld d, (iy+d)
953fd 5c ld e, iyh
954fd 5d ld e, iyl
955fd 5e xx ld e, (iy+d)
956fd 60 ld iyh, b
957fd 61 ld iyh, c
958fd 62 ld iyh, d
959fd 63 ld iyh, e
960fd 64 ld iyh, iyh
961fd 65 ld iyh, iyl
962fd 66 xx ld h, (iy+d)
963fd 67 ld iyh, a
964fd 68 ld iyl, b
965fd 69 ld iyl, c
966fd 6a ld iyl, d
967fd 6b ld iyl, e
968fd 6c ld iyl, iyh
969fd 6d ld iyl, iyl
970fd 6e xx ld l, (iy+d)
971fd 6f ld iyl, a
972fd 70 xx ld (iy+d), b
973fd 71 xx ld (iy+d), c
974fd 72 xx ld (iy+d), d
975fd 73 xx ld (iy+d), e
976fd 74 xx ld (iy+d), h
977fd 75 xx ld (iy+d), l
978fd 77 xx ld (iy+d), a
979fd 7c ld a, iyh
980fd 7d ld a, iyl
981fd 7e xx ld a, (iy+d)
982fd 84 add iyh
983fd 85 add iyl
984fd 86 xx add (iy+d)
985fd 8c adc iyh
986fd 8d adc iyl
987fd 8e xx adc (iy+d)
988fd 94 sub iyh
989fd 95 sub iyl
990fd 96 xx sub (iy+d)
991fd 9c sbc iyh
992fd 9d sbc iyl
993fd 9e xx sbc (iy+d)
994fd a4 and iyh
995fd a5 and iyl
996fd a6 xx and (iy+d)
997fd ac xor iyh
998fd ad xor iyl
999fd ae xx xor (iy+d)
1000fd b4 or iyh
1001fd b5 or iyl
1002fd b6 xx or (iy+d)
1003fd bc cp iyh
1004fd bd cp iyl
1005fd be xx cp (iy+d)
1006fd cb xx 00 rlc (iy+d), b
1007fd cb xx 01 rlc (iy+d), c
1008fd cb xx 02 rlc (iy+d), d
1009fd cb xx 03 rlc (iy+d), e
1010fd cb xx 04 rlc (iy+d), h
1011fd cb xx 05 rlc (iy+d), l
1012fd cb xx 06 rlc (iy+d)
1013fd cb xx 07 rlc (iy+d), a
1014fd cb xx 08 rrc (iy+d), b
1015fd cb xx 09 rrc (iy+d), c
1016fd cb xx 0a rrc (iy+d), d
1017fd cb xx 0b rrc (iy+d), e
1018fd cb xx 0c rrc (iy+d), h
1019fd cb xx 0d rrc (iy+d), l
1020fd cb xx 0e rrc (iy+d)
1021fd cb xx 0f rrc (iy+d), a
1022fd cb xx 10 rl (iy+d), b
1023fd cb xx 11 rl (iy+d), c
1024fd cb xx 12 rl (iy+d), d
1025fd cb xx 13 rl (iy+d), e
1026fd cb xx 14 rl (iy+d), h
1027fd cb xx 15 rl (iy+d), l
1028fd cb xx 16 rl (iy+d)
1029fd cb xx 17 rl (iy+d), a
1030fd cb xx 18 rr (iy+d), b
1031fd cb xx 19 rr (iy+d), c
1032fd cb xx 1a rr (iy+d), d
1033fd cb xx 1b rr (iy+d), e
1034fd cb xx 1c rr (iy+d), h
1035fd cb xx 1d rr (iy+d), l
1036fd cb xx 1e rr (iy+d)
1037fd cb xx 1f rr (iy+d), a
1038fd cb xx 20 sla (iy+d), b
1039fd cb xx 21 sla (iy+d), c
1040fd cb xx 22 sla (iy+d), d
1041fd cb xx 23 sla (iy+d), e
1042fd cb xx 24 sla (iy+d), h
1043fd cb xx 25 sla (iy+d), l
1044fd cb xx 26 sla (iy+d)
1045fd cb xx 27 sla (iy+d), a
1046fd cb xx 28 sra (iy+d), b
1047fd cb xx 29 sra (iy+d), c
1048fd cb xx 2a sra (iy+d), d
1049fd cb xx 2b sra (iy+d), e
1050fd cb xx 2c sra (iy+d), h
1051fd cb xx 2d sra (iy+d), l
1052fd cb xx 2e sra (iy+d)
1053fd cb xx 2f sra (iy+d), a
1054fd cb xx 30 sll (iy+d), b
1055fd cb xx 31 sll (iy+d), c
1056fd cb xx 32 sll (iy+d), d
1057fd cb xx 33 sll (iy+d), e
1058fd cb xx 34 sll (iy+d), h
1059fd cb xx 35 sll (iy+d), l
1060fd cb xx 36 sll (iy+d)
1061fd cb xx 37 sll (iy+d), a
1062fd cb xx 38 srl (iy+d), b
1063fd cb xx 39 srl (iy+d), c
1064fd cb xx 3a srl (iy+d), d
1065fd cb xx 3b srl (iy+d), e
1066fd cb xx 3c srl (iy+d), h
1067fd cb xx 3d srl (iy+d), l
1068fd cb xx 3e srl (iy+d)
1069fd cb xx 3f srl (iy+d), a
1070fd cb xx 40 bit 0, (iy+d)
1071fd cb xx 41 bit 0, (iy+d)
1072fd cb xx 42 bit 0, (iy+d)
1073fd cb xx 43 bit 0, (iy+d)
1074fd cb xx 44 bit 0, (iy+d)
1075fd cb xx 45 bit 0, (iy+d)
1076fd cb xx 46 bit 0, (iy+d)
1077fd cb xx 47 bit 0, (iy+d)
1078fd cb xx 48 bit 1, (iy+d)
1079fd cb xx 49 bit 1, (iy+d)
1080fd cb xx 4a bit 1, (iy+d)
1081fd cb xx 4b bit 1, (iy+d)
1082fd cb xx 4c bit 1, (iy+d)
1083fd cb xx 4d bit 1, (iy+d)
1084fd cb xx 4e bit 1, (iy+d)
1085fd cb xx 4f bit 1, (iy+d)
1086fd cb xx 50 bit 2, (iy+d)
1087fd cb xx 51 bit 2, (iy+d)
1088fd cb xx 52 bit 2, (iy+d)
1089fd cb xx 53 bit 2, (iy+d)
1090fd cb xx 54 bit 2, (iy+d)
1091fd cb xx 55 bit 2, (iy+d)
1092fd cb xx 56 bit 2, (iy+d)
1093fd cb xx 57 bit 2, (iy+d)
1094fd cb xx 58 bit 3, (iy+d)
1095fd cb xx 59 bit 3, (iy+d)
1096fd cb xx 5a bit 3, (iy+d)
1097fd cb xx 5b bit 3, (iy+d)
1098fd cb xx 5c bit 3, (iy+d)
1099fd cb xx 5d bit 3, (iy+d)
1100fd cb xx 5e bit 3, (iy+d)
1101fd cb xx 5f bit 3, (iy+d)
1102fd cb xx 60 bit 4, (iy+d)
1103fd cb xx 61 bit 4, (iy+d)
1104fd cb xx 62 bit 4, (iy+d)
1105fd cb xx 63 bit 4, (iy+d)
1106fd cb xx 64 bit 4, (iy+d)
1107fd cb xx 65 bit 4, (iy+d)
1108fd cb xx 66 bit 4, (iy+d)
1109fd cb xx 67 bit 4, (iy+d)
1110fd cb xx 68 bit 5, (iy+d)
1111fd cb xx 69 bit 5, (iy+d)
1112fd cb xx 6a bit 5, (iy+d)
1113fd cb xx 6b bit 5, (iy+d)
1114fd cb xx 6c bit 5, (iy+d)
1115fd cb xx 6d bit 5, (iy+d)
1116fd cb xx 6e bit 5, (iy+d)
1117fd cb xx 6f bit 5, (iy+d)
1118fd cb xx 70 bit 6, (iy+d)
1119fd cb xx 71 bit 6, (iy+d)
1120fd cb xx 72 bit 6, (iy+d)
1121fd cb xx 73 bit 6, (iy+d)
1122fd cb xx 74 bit 6, (iy+d)
1123fd cb xx 75 bit 6, (iy+d)
1124fd cb xx 76 bit 6, (iy+d)
1125fd cb xx 77 bit 6, (iy+d)
1126fd cb xx 78 bit 7, (iy+d)
1127fd cb xx 79 bit 7, (iy+d)
1128fd cb xx 7a bit 7, (iy+d)
1129fd cb xx 7b bit 7, (iy+d)
1130fd cb xx 7c bit 7, (iy+d)
1131fd cb xx 7d bit 7, (iy+d)
1132fd cb xx 7e bit 7, (iy+d)
1133fd cb xx 7f bit 7, (iy+d)
1134fd cb xx 80 res 0, (iy+d), b
1135fd cb xx 81 res 0, (iy+d), c
1136fd cb xx 82 res 0, (iy+d), d
1137fd cb xx 83 res 0, (iy+d), e
1138fd cb xx 84 res 0, (iy+d), h
1139fd cb xx 85 res 0, (iy+d), l
1140fd cb xx 86 res 0, (iy+d)
1141fd cb xx 87 res 0, (iy+d), a
1142fd cb xx 88 res 1, (iy+d), b
1143fd cb xx 89 res 1, (iy+d), c
1144fd cb xx 8a res 1, (iy+d), d
1145fd cb xx 8b res 1, (iy+d), e
1146fd cb xx 8c res 1, (iy+d), h
1147fd cb xx 8d res 1, (iy+d), l
1148fd cb xx 8e res 1, (iy+d)
1149fd cb xx 8f res 1, (iy+d), a
1150fd cb xx 90 res 2, (iy+d), b
1151fd cb xx 91 res 2, (iy+d), c
1152fd cb xx 92 res 2, (iy+d), d
1153fd cb xx 93 res 2, (iy+d), e
1154fd cb xx 94 res 2, (iy+d), h
1155fd cb xx 95 res 2, (iy+d), l
1156fd cb xx 96 res 2, (iy+d)
1157fd cb xx 97 res 2, (iy+d), a
1158fd cb xx 98 res 3, (iy+d), b
1159fd cb xx 99 res 3, (iy+d), c
1160fd cb xx 9a res 3, (iy+d), d
1161fd cb xx 9b res 3, (iy+d), e
1162fd cb xx 9c res 3, (iy+d), h
1163fd cb xx 9d res 3, (iy+d), l
1164fd cb xx 9e res 3, (iy+d)
1165fd cb xx 9f res 3, (iy+d), a
1166fd cb xx a0 res 4, (iy+d), b
1167fd cb xx a1 res 4, (iy+d), c
1168fd cb xx a2 res 4, (iy+d), d
1169fd cb xx a3 res 4, (iy+d), e
1170fd cb xx a4 res 4, (iy+d), h
1171fd cb xx a5 res 4, (iy+d), l
1172fd cb xx a6 res 4, (iy+d)
1173fd cb xx a7 res 4, (iy+d), a
1174fd cb xx a8 res 5, (iy+d), b
1175fd cb xx a9 res 5, (iy+d), c
1176fd cb xx aa res 5, (iy+d), d
1177fd cb xx ab res 5, (iy+d), e
1178fd cb xx ac res 5, (iy+d), h
1179fd cb xx ad res 5, (iy+d), l
1180fd cb xx ae res 5, (iy+d)
1181fd cb xx af res 5, (iy+d), a
1182fd cb xx b0 res 6, (iy+d), b
1183fd cb xx b1 res 6, (iy+d), c
1184fd cb xx b2 res 6, (iy+d), d
1185fd cb xx b3 res 6, (iy+d), e
1186fd cb xx b4 res 6, (iy+d), h
1187fd cb xx b5 res 6, (iy+d), l
1188fd cb xx b6 res 6, (iy+d)
1189fd cb xx b7 res 6, (iy+d), a
1190fd cb xx b8 res 7, (iy+d), b
1191fd cb xx b9 res 7, (iy+d), c
1192fd cb xx ba res 7, (iy+d), d
1193fd cb xx bb res 7, (iy+d), e
1194fd cb xx bc res 7, (iy+d), h
1195fd cb xx bd res 7, (iy+d), l
1196fd cb xx be res 7, (iy+d)
1197fd cb xx bf res 7, (iy+d), a
1198fd cb xx c0 set 0, (iy+d), b
1199fd cb xx c1 set 0, (iy+d), c
1200fd cb xx c2 set 0, (iy+d), d
1201fd cb xx c3 set 0, (iy+d), e
1202fd cb xx c4 set 0, (iy+d), h
1203fd cb xx c5 set 0, (iy+d), l
1204fd cb xx c6 set 0, (iy+d)
1205fd cb xx c7 set 0, (iy+d), a
1206fd cb xx c8 set 1, (iy+d), b
1207fd cb xx c9 set 1, (iy+d), c
1208fd cb xx ca set 1, (iy+d), d
1209fd cb xx cb set 1, (iy+d), e
1210fd cb xx cc set 1, (iy+d), h
1211fd cb xx cd set 1, (iy+d), l
1212fd cb xx ce set 1, (iy+d)
1213fd cb xx cf set 1, (iy+d), a
1214fd cb xx d0 set 2, (iy+d), b
1215fd cb xx d1 set 2, (iy+d), c
1216fd cb xx d2 set 2, (iy+d), d
1217fd cb xx d3 set 2, (iy+d), e
1218fd cb xx d4 set 2, (iy+d), h
1219fd cb xx d5 set 2, (iy+d), l
1220fd cb xx d6 set 2, (iy+d)
1221fd cb xx d7 set 2, (iy+d), a
1222fd cb xx d8 set 3, (iy+d), b
1223fd cb xx d9 set 3, (iy+d), c
1224fd cb xx da set 3, (iy+d), d
1225fd cb xx db set 3, (iy+d), e
1226fd cb xx dc set 3, (iy+d), h
1227fd cb xx dd set 3, (iy+d), l
1228fd cb xx de set 3, (iy+d)
1229fd cb xx df set 3, (iy+d), a
1230fd cb xx e0 set 4, (iy+d), b
1231fd cb xx e1 set 4, (iy+d), c
1232fd cb xx e2 set 4, (iy+d), d
1233fd cb xx e3 set 4, (iy+d), e
1234fd cb xx e4 set 4, (iy+d), h
1235fd cb xx e5 set 4, (iy+d), l
1236fd cb xx e6 set 4, (iy+d)
1237fd cb xx e7 set 4, (iy+d), a
1238fd cb xx e8 set 5, (iy+d), b
1239fd cb xx e9 set 5, (iy+d), c
1240fd cb xx ea set 5, (iy+d), d
1241fd cb xx eb set 5, (iy+d), e
1242fd cb xx ec set 5, (iy+d), h
1243fd cb xx ed set 5, (iy+d), l
1244fd cb xx ee set 5, (iy+d)
1245fd cb xx ef set 5, (iy+d), a
1246fd cb xx f0 set 6, (iy+d), b
1247fd cb xx f1 set 6, (iy+d), c
1248fd cb xx f2 set 6, (iy+d), d
1249fd cb xx f3 set 6, (iy+d), e
1250fd cb xx f4 set 6, (iy+d), h
1251fd cb xx f5 set 6, (iy+d), l
1252fd cb xx f6 set 6, (iy+d)
1253fd cb xx f7 set 6, (iy+d), a
1254fd cb xx f8 set 7, (iy+d), b
1255fd cb xx f9 set 7, (iy+d), c
1256fd cb xx fa set 7, (iy+d), d
1257fd cb xx fb set 7, (iy+d), e
1258fd cb xx fc set 7, (iy+d), h
1259fd cb xx fd set 7, (iy+d), l
1260fd cb xx fe set 7, (iy+d)
1261fd cb xx ff set 7, (iy+d), a
1262fd e1 pop iy
1263fd e3 ex (sp), iy
1264fd e5 push iy
1265fd e9 jp (iy)
1266fd f9 ld sp, iy
1267fe xx cp n
1268ff rst 38