summaryrefslogtreecommitdiffhomepage
path: root/Examples/ExamplePowerPC.S
AgeCommit message (Collapse)Author
2024-04-07PPC: Adding support for more instructions, adding support header for GNUAmlal El Mahrouss
as (using the BPP preprocessor) Signed-off-by: Amlal El Mahrouss <113760121+Amlal-ElMahrouss@users.noreply.github.com>
2024-04-05PowerPC: Implement register support inside powerpc assembler.Amlal El Mahrouss
Signed-off-by: Amlal El Mahrouss <113760121+Amlal-ElMahrouss@users.noreply.github.com>
2024-04-05ppcasm: WiP: Add opcode table for PowerPC.Amlal El Mahrouss
What is needed to be done: - Support registers and jump addresses inside a PowerPC assembly file. - Thoroughly test the output on a PowerPC emulator. Signed-off-by: Amlal El Mahrouss <113760121+Amlal-ElMahrouss@users.noreply.github.com>