mirror of
https://github.com/tjboldt/Apple2-IO-RPi.git
synced 2024-11-21 11:31:56 +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"
|