Latest PS3 News Forum Updates

  • News
  • Posts
  • PS3 CFW
  • PS3 Files
  • PS3 Hacks
  • PS3 Help
  • PS3 Releases
  • PS3 Themes
  • PS3 Trophies
  • PS Vita Trophies
+ Reply to Thread
Page 5 of 5 FirstFirst ... 3 4 5
  1. #41
    I'm wondering if there is a tool that could automatically analyze the addresses value loaded into registers and put that in comments.

    For example:
    lis r10, 0x8000
    ori r10, r10, 0x0000
    rldicr r10, r10, 32, 31
    oris r10, 0x0001
    ori r10, 0x02c3

    Resolved as 0x80000000000102c3.
    Only the simplest cases where the value is loaded into register explicitly.

    I remember something similar on SPARC, where disassembler was adding in comment the effective address loaded into registry in 2 commands (32bit).


  2. #42
    ppu-objdump does that but only for 32-bit constants. Shame really.

    Some compilers use the TOC to load big constants (often even for 32-bit constants), but it appears Sony's compiler doesn't do that.


+ Reply to Thread
Page 5 of 5 FirstFirst ... 3 4 5