Implemented more arm64 instructions

This commit is contained in:
2025-03-13 13:17:58 +01:00
parent dc664dbf5a
commit 5a5061c5d7
23 changed files with 290 additions and 53 deletions

View File

@ -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 {