mirror of
https://github.com/dschmenk/apple2pi.git
synced 2024-11-23 21:31:04 +00:00
7 lines
131 B
ArmAsm
7 lines
131 B
ArmAsm
|
.section .time_critical.firmware
|
||
|
.global firmware
|
||
|
.type firmware, %object
|
||
|
.balign 4
|
||
|
firmware:
|
||
|
.incbin "../../pidrive/PIROM#062000"
|