mirror of
https://github.com/sxpert/hp-saturn
synced 2024-12-29 10:23:22 +01:00
13 lines
235 B
Coq
13 lines
235 B
Coq
|
`ifndef _SATURN_DEF_DEBUGGER
|
||
|
`define _SATURN_DEF_DEBUGGER
|
||
|
|
||
|
|
||
|
/*
|
||
|
* debugger values for the register dump
|
||
|
*/
|
||
|
|
||
|
`define DBG_REG_PC_STR 0
|
||
|
`define DBG_REG_PC_VALUE 1
|
||
|
`define DBG_REG_PC_SPACES 2
|
||
|
`define DBG_REG_END 31
|
||
|
`endif
|