Added assembler instructions
This commit is contained in:
12
src/register/Named.go
Normal file
12
src/register/Named.go
Normal file
@ -0,0 +1,12 @@
|
||||
package register
|
||||
|
||||
const (
|
||||
RAX = R0
|
||||
RCX = R1
|
||||
RDX = R2
|
||||
RBX = R3
|
||||
RSP = R4
|
||||
RBP = R5
|
||||
RSI = R6
|
||||
RDI = R7
|
||||
)
|
Reference in New Issue
Block a user