add a few registers

This commit is contained in:
Raphael Jacquot 2019-02-12 14:50:24 +01:00
parent 81f859eb5d
commit 13e390e8a6

View file

@ -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