CPU-Z80-Assembler
view release on metacpan or search on metacpan
t/data/test_z80.asm view on Meta::CPAN
pop bc ; 0CB0 C1
pop de ; 0CB1 D1
pop hl ; 0CB2 E1
pop ix ; 0CB3 DD E1
pop iy ; 0CB5 FD E1
push af ; 0CB7 F5
PUSH AF ; 0CB8 F5
push bc ; 0CB9 C5
push de ; 0CBA D5
push hl ; 0CBB E5
push ix ; 0CBC DD E5
push iy ; 0CBE FD E5
res 0,(hl) ; 0CC0 CB 86
RES 0,(HL) ; 0CC2 CB 86
res 0,(ix) ; 0CC4 DD CB 00 86
res 0,(ix),a ; 0CC8 DD CB 00 87
res 0,(ix),b ; 0CCC DD CB 00 80
res 0,(ix),c ; 0CD0 DD CB 00 81
res 0,(ix),d ; 0CD4 DD CB 00 82
res 0,(ix),e ; 0CD8 DD CB 00 83
res 0,(ix),h ; 0CDC DD CB 00 84
( run in 0.671 second using v1.01-cache-2.11-cpan-df04353d9ac )