Zack Buhman 3338b611c1 aica: initial working example
This plays 10 seconds of PCM audio via the AICA ARM CPU.
2024-02-29 16:51:25 +08:00

9 lines
264 B
Plaintext

.glue_7 0 : { *(.glue_7) }
.glue_7t 0 : { *(.glue_7t) }
.vfp11_veneer 0 : { *(.vfp11_veneer) }
.v4_bx 0 : { *(.v4_bx) }
.ARM.attributes 0 : { *(.ARM.attributes) }
.iplt 0 : { *(.iplt) }
.rel.iplt 0 : { *(.rel.iplt) }
.igot.plt 0 : { *(.igot.plt) }