2
0
mirror of https://github.com/xcat2/xNBA.git synced 2026-03-28 01:03:28 +00:00
Files
xNBA/src/image/embed.S
2008-01-08 15:51:36 +00:00

8 lines
155 B
ArmAsm

.section ".data", "aw"
.balign 4
.globl _embedded_image_start
_embedded_image_start:
.incbin EMBEDIMG
.globl _embedded_image_end
_embedded_image_end: