mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-08 07:51:28 +12:00
ARMv7: CMP_REG, LDR_IMM, LDR_LIT, STR_REG, SUB_REG
sceLibc: exit and printf drafts This actually allows to display hello world.
This commit is contained in:
parent
31c71b4a48
commit
df72f5e37c
6 changed files with 268 additions and 28 deletions
|
@ -6,7 +6,7 @@
|
|||
#include "Emu/ARMv7/PSVFuncList.h"
|
||||
#include "ELF32.h"
|
||||
|
||||
#define LOADER_DEBUG
|
||||
//#define LOADER_DEBUG
|
||||
|
||||
void Elf32_Ehdr::Show()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue