Implemented subtraction
This commit is contained in:
parent
0657b88945
commit
9e3af3b01c
9 changed files with 92 additions and 28 deletions
|
@ -9,7 +9,7 @@ import (
|
|||
// RegisterNumber operates with a register and a number.
|
||||
type RegisterNumber struct {
|
||||
Register cpu.Register
|
||||
Number uint64
|
||||
Number int
|
||||
}
|
||||
|
||||
// String returns a human readable version.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue