rp2040

RP2040 Programming without SDK
Log | Files | Refs

commit 418e95a78d9756b32d9b67d27edaa0a44c798edc
parent 20518aaf5e90b6511d8ae7cf8be84f89c5254c0c
Author: Matsuda Kenji <info@mtkn.jp>
Date:   Thu, 27 Apr 2023 11:02:00 +0900

move .ltorg

Diffstat:
Mex2/main.s | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ex2/main.s b/ex2/main.s @@ -117,6 +117,7 @@ delay_loop: .align 2 literals: + .ltorg atomic_clr: .word 0x00003000 resets_base: @@ -129,4 +130,3 @@ clocks_base: .word 0x40008000 sio_base: .word 0xd0000000 - .ltorg