| FF || RST 38H || 4 || 3
|}
===== plustest.asm =====
.stdinst
(launch tests on several list of instruction, some instructions are tested differently using test functions : normtest, testit (testdjnz), rsttest...)
ld a,#c7
call rsttest
=> C7 RST 0H 4 3
ld a,#cf
call rsttest
=> CF RST 8H 4 3
rsttest seems a nice candidate to explore, as all its tests are failing here.
.times1
(CPC Timing array (first instruction set))
=== Test of a real Zilog 80 ===