Raspberry Pi Bare Bones: Difference between revisions

[unchecked revision][unchecked revision]
Content deleted Content added
Added info on the contents of r0 and r1 on booting
→‎boot.S: Fixed the case where bss is empty + some formatting fixes (use of " ' " in comments causes the syntax highlighting to break)
Line 54:
mov r7, #0
mov r8, #0
b 2
 
1:
// store multiple at r4.
stmia r4!, {r5-r8}
 
// If we're are still below bss_end, loop.
2:
cmp r4, r9
blo 1b