mirror of
https://github.com/st3fan/ewm.git
synced 2026-04-21 23:16:37 +00:00
Fixes #10 - Implement the BRK instruction
This commit is contained in:
@@ -74,7 +74,6 @@ void cpu_add_iom(struct cpu_t *cpu, uint16_t start, uint16_t length, void *obj,
|
||||
void cpu_trace(struct cpu_t *cpu, uint8_t trace);
|
||||
|
||||
void cpu_reset(struct cpu_t *cpu);
|
||||
void cpu_brk(struct cpu_t *cpu);
|
||||
void cpu_irq(struct cpu_t *cpu);
|
||||
void cpu_nmi(struct cpu_t *cpu);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user