Sync changes from laptop
This commit is contained in:
@@ -23,7 +23,7 @@ enum Mode {
|
||||
|
||||
// CPU state
|
||||
typedef struct {
|
||||
uint32_t regs[REG_COUNT];
|
||||
uint8_t regs[REG_COUNT];
|
||||
uint8_t memory[MEM_SIZE];
|
||||
uint32_t pc; // Program counter
|
||||
uint32_t sp; // Stack pointer
|
||||
|
Reference in New Issue
Block a user