CPU testing
This commit is contained in:
@ -63,4 +63,6 @@ void cpu_set_ie_register(u8 ie);
|
||||
cpu_registers *cpu_get_regs();
|
||||
|
||||
u8 cpu_get_int_flags();
|
||||
void cpu_set_int_flags(u8 value);
|
||||
void cpu_set_int_flags(u8 value);
|
||||
|
||||
void inst_to_str(cpu_context *ctx, char *str);
|
Reference in New Issue
Block a user