You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enable identifying symbol locations. This will require knowing the vram of the entrypoint, which most of the time can be taken from the rom header for N64. Also need to read the symbol table and so on.
Specifically, this means
functions in the file
data symbols in the file
Relocated functions called by jal (R_MIPS_26)
Relocated data and functions from HI/LO
Relocated pointers (R_MIPS_32)
The text was updated successfully, but these errors were encountered:
Enable identifying symbol locations. This will require knowing the vram of the entrypoint, which most of the time can be taken from the rom header for N64. Also need to read the symbol table and so on.
Specifically, this means
jal
(R_MIPS_26)The text was updated successfully, but these errors were encountered: