mirror of
https://github.com/sxpert/hp-saturn
synced 2025-01-13 20:01:10 +01:00
add a few registers
This commit is contained in:
parent
81f859eb5d
commit
13e390e8a6
1 changed files with 4 additions and 4 deletions
|
@ -41,15 +41,15 @@
|
|||
`define ALU_REG_D 3
|
||||
`define ALU_REG_D0 4
|
||||
`define ALU_REG_D1 5
|
||||
// 6
|
||||
// 7
|
||||
`define ALU_REG_PC 6
|
||||
`define ALU_REG_RSTK 7
|
||||
`define ALU_REG_R0 8
|
||||
`define ALU_REG_R1 9
|
||||
`define ALU_REG_R2 10
|
||||
`define ALU_REG_R3 11
|
||||
`define ALU_REG_R4 12
|
||||
`define ALU_REG_CST 13
|
||||
`define ALU_REG_M 14
|
||||
`define ALU_REG_0 15
|
||||
`define ALU_REG_ST 14
|
||||
`define ALU_REG_M 15
|
||||
|
||||
`endif
|
Loading…
Reference in a new issue