mirror of
https://github.com/tjboldt/Apple2-IO-RPi.git
synced 2025-01-29 19:31:17 +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"
|