mirror of
https://github.com/xcat2/xNBA.git
synced 2026-03-28 01:03:28 +00:00
8 lines
155 B
ArmAsm
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:
|