7 lines
100 B
ArmAsm
7 lines
100 B
ArmAsm
|
|
.global _MONKEY_PACKAGE
|
|
.section __TEXT,__const
|
|
_MONKEY_PACKAGE:
|
|
.incbin "monkey.bin"
|
|
|