mirror of
https://github.com/tjboldt/Apple2-IO-RPi.git
synced 2025-02-19 23:29:23 +00:00
7 lines
143 B
ArmAsm
7 lines
143 B
ArmAsm
.section .time_critical.firmware
|
|
.global firmware
|
|
.type firmware, %object
|
|
.balign 4
|
|
firmware:
|
|
.incbin "../RaspberryPi/driveimage/AT28C64B.bin"
|