]> Joshua Wise's Git repositories - firearm.git/blobdiff - tests/anulib.S
System, Terminal: Provide real-world outputs on non-Verilator to avoid optimizing...
[firearm.git] / tests / anulib.S
index a77ca2690b4bbfeb2fc863f944dce4c98de7ce76..d66da9bef2e5fbcf08a62bd50f54e079d3d94a88 100644 (file)
@@ -1,7 +1,7 @@
        .text
        .globl _start
 _start:
-       mov sp, #0x2000
+       ldr sp, =0x3FFC
        bl main
 1:     b 1b
 
This page took 0.023253 seconds and 4 git commands to generate.