Logo
Explore Help
Register Sign In
MirrorBackup/GodMode9
1
0
Fork 0
You've already forked GodMode9
forked from Mirror/GodMode9
Code Pull Requests 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}
Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 17ms 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