]> Joshua Wise's Git repositories - firearm.git/blobdiff - tests/anulib.S
Add chip enable correctness for CellularRAM.
[firearm.git] / tests / anulib.S
index 40a931f335421ab48a9be0921e3af0408a453f32..d66da9bef2e5fbcf08a62bd50f54e079d3d94a88 100644 (file)
@@ -1,7 +1,7 @@
        .text
        .globl _start
 _start:
        .text
        .globl _start
 _start:
-       mov sp, #0x3000
+       ldr sp, =0x3FFC
        bl main
 1:     b 1b
 
        bl main
 1:     b 1b
 
This page took 0.023467 seconds and 4 git commands to generate.