From e99939491820df300a6179719d807f810e7f1680 Mon Sep 17 00:00:00 2001 From: uvok Date: Thu, 22 Jan 2026 20:46:11 +0100 Subject: eater: PC inc included, decode on negedge Some cycles can be saved. As previously (wrongly) committed, the PC can be incremented early, but the decoder needs to do this "early", so as now implemented, on the falling clock adge already. --- eater_cpu/readme.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'eater_cpu/readme.txt') diff --git a/eater_cpu/readme.txt b/eater_cpu/readme.txt index e4b28cd..44ae2d2 100644 --- a/eater_cpu/readme.txt +++ b/eater_cpu/readme.txt @@ -54,6 +54,9 @@ operation Yes, I know Ben Eaters computer combines b and c. See eater_types for details. + Actually, it occurred to me you can combine b and c, + if you like BE PC, run the decoder on the falling clock edge. + 2. Decode and execute instruction. 2.I LDA: Load memory into A -- cgit v1.2.3