Implemented getuint and fixed a bug with variables
This commit is contained in:
parent
441d737cf1
commit
022e812c1d
7 changed files with 75 additions and 1 deletions
|
|
@ -324,6 +324,16 @@ macro JmpIP addr
|
|||
JmpRIP 127
|
||||
end macro
|
||||
|
||||
macro JmpRIN addr
|
||||
db 0xC2
|
||||
db addr
|
||||
end macro
|
||||
|
||||
macro JmpIN addr
|
||||
MovI64 127, addr
|
||||
JmpRIN 127
|
||||
end macro
|
||||
|
||||
macro JmpRIE addr
|
||||
db 0xC8
|
||||
db addr
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue