Implemented more arm64 instructions
This commit is contained in:
parent
296fc37265
commit
c4d763839a
23 changed files with 290 additions and 53 deletions
|
@ -3,7 +3,7 @@ package cpu
|
|||
import "fmt"
|
||||
|
||||
// Register represents the number of the register.
|
||||
type Register uint8
|
||||
type Register int8
|
||||
|
||||
// String returns the human readable name of the register.
|
||||
func (r Register) String() string {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue