mirror of
https://github.com/drasko/codezero.git
synced 2026-01-11 18:33:16 +01: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
|