Hacker News new | ask | show | jobs
by RetroSpark 699 days ago
> no instruction timing chart?

Instruction timings are in the pink table on the left-hand side. For example, `ADC HL, BC; ED4A; H15` means that the instruction affects the flags as in row H and takes 15 cycles to execute.

1 comments

Yeah, you're right, and I totally missed that on my first scan, probably due to being blinded by the huge hex conversion chart...