Hello all,
I'm having trouble getting my hand-typed arm assembly to actually work. my code compiles, but the .global functions don't actually work.
Here's the .s that I included:
/*gpio.s*/
.globl GetGpioAddress
GetGpioAddress:
ldr r0,=0x20200000
mov pc,lr...