Implemented more arm64 instructions

This commit is contained in:
2025-03-13 23:12:15 +01:00
parent 5b3769a0db
commit ac14ab4f7a
18 changed files with 218 additions and 29 deletions

View File

@ -32,9 +32,10 @@ const (
X26
X27
X28
FP // Frame pointer
LR // Link register
SP // Stack pointer
FP // Frame pointer
LR // Link register
SP // Stack pointer
ZR = SP // Zero register uses the same numerical value as SP
)
var (