mirror of
https://github.com/Polprzewodnikowy/N64FlashcartMenu.git
synced 2024-11-22 18:49:20 +01:00
12 lines
206 B
ArmAsm
12 lines
206 B
ArmAsm
|
.section .data.@sym@, "a", %progbits
|
||
|
.type assets_@sym@, %object
|
||
|
|
||
|
.balign 16
|
||
|
|
||
|
.global assets_@sym@
|
||
|
assets_@sym@:
|
||
|
.incbin "@file@"
|
||
|
|
||
|
.global assets_@sym@_size
|
||
|
.set assets_@sym@_size, . - assets_@sym@
|