mirror of
https://github.com/drasko/codezero.git
synced 2026-03-29 08:19:03 +02:00
8 lines
118 B
ArmAsm
8 lines
118 B
ArmAsm
|
|
|
|
/* This is used to place a binary file into an elf section */
|
|
.section .data.fs
|
|
|
|
.incbin "fsbin/romfs.bin"
|
|
.align 4
|