Giter Site home page Giter Site logo

Common PPC instructions about m2c HOT 2 OPEN

zbanks avatar zbanks commented on June 8, 2024
Common PPC instructions

from m2c.

Comments (2)

zbanks avatar zbanks commented on June 8, 2024

PPC Resources & Info:

[...] the doldisasm script will name the sections numerically based on the "section headers" in the dol, the proper section names correspond to those numerical names like so:

.init      = .text0
.text      = .text1
extab      = .data0
extabindex = .data1
.ctors     = .data2
.dtors     = .data3
.rodata    = .data4
.data      = .data5
.bss       = .bss
.sdata     = .data6
.sbss      = .bss
.sdata2    = .data7
.sbss2     = .bss

(bss is all the same, because the dol only states where the first bss region starts, and there is no section header entries for the bss sections, so projects using doldisasm usually have to split that out manually, so the bss sections are likely to always be named correctly else the project disassembly probably doesn't build matching yet)

from m2c.

simonlindholm avatar simonlindholm commented on June 8, 2024

re psq_st and psq_l, in the decompme discord: https://discord.com/channels/897066363951128586/897077740476448768/931259634185027605

from m2c.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.