Skip to content

Commit

Permalink
Microcode update
Browse files Browse the repository at this point in the history
  • Loading branch information
andreamazzai authored Dec 3, 2024
1 parent f8fffd5 commit 04c5c03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/Beam-Microcode.ino
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ void setup()
#define F1 RPC|WM // Fetch / 1st step
#define F2 RR|WIR|PCI // Fetch / 2nd step
#define WH HR|HL // Write H
#define WAH WA|WH // WRite A & H
#define WAH WA|WH // Write A & H
#define RDX RD|DXY // Read D + X
#define RDY RD // Read D + Y
#define RDZ RD|DZ // Read D + 0
Expand Down

0 comments on commit 04c5c03

Please sign in to comment.