Implemented getuint and fixed a bug with variables

This commit is contained in:
cannoli-fruit 2026-07-26 17:49:29 -04:00
commit 022e812c1d
7 changed files with 75 additions and 1 deletions

View file

@ -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