Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 285 Bytes

TIMINGS.md

File metadata and controls

6 lines (5 loc) · 285 Bytes

TIMINGS

Single byte instruction that do not touch memory execute in 1 cycle(well, arith technically does it in 2, but can be redone in 1). Instructions that read memory execute in 2 cycles. Instructions that do memory write execute in 2-4 cycles depending on complexity of actions.