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.
85533411c9
Luma3DS-3GX
/
screeninit
/
source
/
start.s
11 lines
117 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
Small changes, added a macro for reading options
2016-04-06 14:51:07 +02:00
Fixed config.bin getting recreated on each boot
2016-04-13 01:08:13 +02:00
.word
0
Reference in New Issue
Copy Permalink