Posts: 144
Threads: 94
Joined: Feb 2022
Reputation:
16
LinkedIn
mtctr r0 ~ bctrl / BLX R0
Posts: 144
Threads: 94
Joined: Feb 2022
Reputation:
16
My username is in Scottish Gaelic. If you speak that language, please tell me how to pronounce it properly.
The best source I've got so far is this:
https://learngaelic.scot/dictionary/inde...word=false
mtctr r0 ~ bctrl / BLX R0
Posts: 23
Threads: 1
Joined: Apr 2021
Reputation:
0
mtctr r0 ~ bctrl / BLX R0
Posts: 4,268
Threads: 901
Joined: Feb 2018
Reputation:
98
stp fp, lr, [sp, -0x10]!
mov fp, sp
//do something
ldp fp, lr, [sp], 0x10
ret
Posts: 144
Threads: 94
Joined: Feb 2022
Reputation:
16
136BBC
694A30
VLDR S0, [R4, #0xA4]
VLDR S1, inc
VADD.F32 S0, S0, S1
VSTR S0, [R4, #0xA4]
MOV PC, LR
inc: .float 0.5
mtctr r0 ~ bctrl / BLX R0