7 lines
109 B
ArmAsm
7 lines
109 B
ArmAsm
|
|
.global _RESOURCES_PACKAGE
|
|
.section __TEXT,__const
|
|
_RESOURCES_PACKAGE:
|
|
.incbin "resources.bin"
|
|
|