Implemented more arm64 instructions
This commit is contained in:
@ -1,7 +1,6 @@
|
||||
package asmc
|
||||
|
||||
import (
|
||||
"git.urbach.dev/cli/q/src/arm"
|
||||
"git.urbach.dev/cli/q/src/asm"
|
||||
"git.urbach.dev/cli/q/src/config"
|
||||
"git.urbach.dev/cli/q/src/dll"
|
||||
@ -31,10 +30,6 @@ func Finalize(a asm.Assembler, dlls dll.List) ([]byte, []byte) {
|
||||
c.compileARM(x)
|
||||
}
|
||||
|
||||
c.code = arm.MoveRegisterNumber(c.code, arm.X0, 0)
|
||||
c.code = arm.MoveRegisterNumber(c.code, arm.X8, 0x5D)
|
||||
c.code = arm.Syscall(c.code)
|
||||
|
||||
case config.X86:
|
||||
for _, x := range a.Instructions {
|
||||
c.compileX86(x)
|
||||
|
Reference in New Issue
Block a user