This website requires JavaScript.
Explore
Help
Sign In
LowLevel
/
Luma3DS-3GX
Archived
Watch
1
Star
0
Fork
0
You've already forked Luma3DS-3GX
Code
Issues
Pull Requests
Releases
2
Wiki
Activity
This repository has been archived on
2022-05-31
. You can view files and clone it, but cannot push or open issues or pull requests.
e882dd7aaf
Luma3DS-3GX
/
screeninit
/
source
/
start.s
9 lines
104 B
ArmAsm
Raw
Normal View
History
Unescape
Escape
Fixed ARM11 access to chainloaded payloads
2016-04-01 14:27:31 +02:00
.section
.text
.start
.align
4
.global
_start
_start
:
@ Disable interrupts
CPSID
a
i
f
Changed indentation style across the code to make it more readable, added newlines before comments, moved patches to separate functions, made memory operations slightly faster by compiling them with O3 (thanks TuxSH!)
2016-04-02 17:58:06 +02:00
b
m
a
i
n
Reference in New Issue
Copy Permalink