Skip to content
Snippets Groups Projects
Commit d421c4b2 authored by maxgerhardt's avatar maxgerhardt
Browse files

Fix compressed instructions assembly

parent 86268fa0
No related branches found
No related tags found
No related merge requests found
......@@ -39,6 +39,7 @@ void RamFunction()
// But we turbo through twiddling a pin.
asm volatile("\n\
.option rvc\n\
li a0, 1 | (1<<4)\n\
li a1, (1<<16) | (1<<(16+4))\n\
la a2, 0x40011410 /* GPIO D*/ \n\
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment