working...1
This commit is contained in:
parent
bc78a83838
commit
61bb14b9e3
21 changed files with 1054 additions and 12 deletions
|
|
@ -70,7 +70,7 @@ let jsub (state : Processor.state) (operand : int) : unit =
|
|||
state.regs.pc <- operand
|
||||
|
||||
(*PC <- (L)*)
|
||||
let rsub (state : Processor.state) (operand : int) : unit =
|
||||
let rsub (state : Processor.state) : unit =
|
||||
state.regs.pc <- state.regs.l
|
||||
|
||||
(*A <- (m..m+2)*)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue