mirror of
https://github.com/sxpert/hp-saturn
synced 2024-11-16 19:50:19 +01:00
add new registers
This commit is contained in:
parent
46890c6394
commit
9cd9c18381
1 changed files with 11 additions and 1 deletions
12
fields.v
12
fields.v
|
@ -47,7 +47,17 @@
|
|||
`define ALU_REG_B 1
|
||||
`define ALU_REG_C 2
|
||||
`define ALU_REG_D 3
|
||||
`define ALU_REG_MEM 14
|
||||
`define ALU_REG_D0 4
|
||||
`define ALU_REG_D1 5
|
||||
// 6
|
||||
// 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
|
||||
// 13
|
||||
`define ALU_REG_M 14
|
||||
`define ALU_REG_0 15
|
||||
|
||||
`endif
|
Loading…
Reference in a new issue