Implemented more arm64 instructions

This commit is contained in:
Eduard Urbach 2025-03-13 13:17:58 +01:00
parent 296fc37265
commit c4d763839a
Signed by: eduard
GPG key ID: 49226B848C78F6C8
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 {