Added assembler instructions
This commit is contained in:
11
src/register/Syscall_amd64.go
Normal file
11
src/register/Syscall_amd64.go
Normal file
@ -0,0 +1,11 @@
|
||||
package register
|
||||
|
||||
const (
|
||||
Syscall0 = R0
|
||||
Syscall1 = R7
|
||||
Syscall2 = R6
|
||||
Syscall3 = R2
|
||||
Syscall4 = R10
|
||||
Syscall5 = R8
|
||||
Syscall6 = R9
|
||||
)
|
Reference in New Issue
Block a user