mirror of
https://github.com/sxpert/hp-saturn
synced 2024-11-16 19:50:19 +01:00
add some definitions for bits in HST register
This commit is contained in:
parent
96daffd25c
commit
e72fe301b0
1 changed files with 6 additions and 0 deletions
|
@ -68,4 +68,10 @@
|
|||
`define ALU_REG_M 21
|
||||
`define ALU_REG_IMM 22
|
||||
|
||||
// specific bits
|
||||
`define ALU_HST_XM 0
|
||||
`define ALU_HST_SB 1
|
||||
`define ALU_HST_SR 2
|
||||
`define ALU_HST_MP 3
|
||||
|
||||
`endif
|
Loading…
Reference in a new issue