Skip to content

long long value decompile #2

@SquallATF

Description

@SquallATF

as return value the register order is v1 v0 should modify allegrex.cspec line 58 like this

                <pentry minsize="5" maxsize="8">
                    <addr space="join" piece1="v1" piece2="v0"/>
                </pentry>

and as parameter like SceOff sceIoLseek(SceUID fd, SceOff offset, int whence) the parameter storage link this

fd a0
offset a3, a2
whence t0

but I don't known how to modify cspec, can use custom storage in edit function

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions