Implemented more arm64 instructions
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user