Changes

Jump to: navigation, search

FPGAmstrad

418 bytes added, 11:52, 10 November 2017
/* Instruction timing : talk about r005.8.16c29 */
| 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 ===
1,200
edits