7 lines
91 B
ArmAsm
7 lines
91 B
ArmAsm
|
|
.global MONKEY_PACKAGE
|
|
.section .rodata
|
|
MONKEY_PACKAGE:
|
|
.incbin "monkey.bin"
|
|
|