mirror of
https://github.com/zeldaret/mm.git
synced 2026-05-23 06:54:14 -04:00
11 lines
155 B
ArmAsm
11 lines
155 B
ArmAsm
.include "macro.inc"
|
|
|
|
.section .text
|
|
|
|
.balign 16
|
|
|
|
glabel rspbootTextStart
|
|
.incbin "incbin/rspbootText"
|
|
endlabel rspbootTextStart
|
|
dlabel rspbootTextEnd
|