Implemented 32-bit jumps
This commit is contained in:
parent
75a8823b13
commit
3b2cbbe3b7
10 changed files with 253 additions and 38 deletions
|
@ -5,7 +5,7 @@ package x64
|
|||
func Call(code []byte, address uint32) []byte {
|
||||
return append(
|
||||
code,
|
||||
0xe8,
|
||||
0xE8,
|
||||
byte(address),
|
||||
byte(address>>8),
|
||||
byte(address>>16),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue