Reduced number of packages
This commit is contained in:
parent
e04598da3e
commit
dfc39f1f04
12 changed files with 36 additions and 69 deletions
|
@ -28,4 +28,6 @@ var (
|
|||
GeneralRegisters = []cpu.Register{RCX, RBX, RBP, R11, R12, R13, R14, R15}
|
||||
InputRegisters = SyscallInputRegisters
|
||||
OutputRegisters = SyscallInputRegisters
|
||||
WindowsInputRegisters = []cpu.Register{RCX, RDX, R8, R9}
|
||||
WindowsOutputRegisters = []cpu.Register{RAX}
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue