Logo
Explore Help
Register Sign In
Mirror/GodMode9
1
0
Fork 1
You've already forked GodMode9
mirror of https://github.com/d0k3/GodMode9.git synced 2025-06-26 21:52:48 +00:00
Code Issues Packages Projects Releases Wiki Activity
GodMode9/source/nand/delay.s

17 lines
284 B
ArmAsm
Raw Normal View History

Updated sdmmc.c .. thanks @Gelex, @TuxSH, @AuroraWright, @Normmatt!
2017-04-24 01:23:34 +02:00
.text
Took over source files from Decrypt9 ... this is not compilable and by no means anywhere near even a proof of concept now.
2016-02-13 17:29:56 +01:00
.arm
Updated sdmmc.c .. thanks @Gelex, @TuxSH, @AuroraWright, @Normmatt!
2017-04-24 01:23:34 +02:00
.align 4
Took over source files from Decrypt9 ... this is not compilable and by no means anywhere near even a proof of concept now.
2016-02-13 17:29:56 +01:00
Updated sdmmc.c .. thanks @Gelex, @TuxSH, @AuroraWright, @Normmatt!
2017-04-24 01:23:34 +02:00
.global waitcycles
.type waitcycles, %function
Took over source files from Decrypt9 ... this is not compilable and by no means anywhere near even a proof of concept now.
2016-02-13 17:29:56 +01:00
waitcycles:
Updated sdmmc.c .. thanks @Gelex, @TuxSH, @AuroraWright, @Normmatt!
2017-04-24 01:23:34 +02:00
push {r0-r2, lr}
str r0, [sp, #4]
waitcycles_loop:
ldr r3, [sp, #4]
subs r2, r3, #1
str r2, [sp, #4]
cmp r3, #0
bne waitcycles_loop
pop {r0-r2, pc}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 16ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API