ps2dev / ps2-packer

Create packed ELF files to run on the PS2
GNU General Public License v2.0
72 stars 28 forks source link

Fixed crt0.s .bss clearing loop. It would write a qword even if .bss … #37

Closed asmblur closed 1 year ago

asmblur commented 1 year ago

…was empty.

uyjulian commented 1 year ago

Potential short loop bug issue? Could swap lines 62 and 63, then add a nop afterwards to be safe.

uyjulian commented 1 year ago

Actually, since there is 2 branches in the loop, it is good