NuBusFPGA/nubus-to-ztex-gateware/DeclROM/NuBusFPGASecondaryInit.s
2022-04-19 23:31:31 +02:00

14 lines
318 B
ArmAsm

.byte sExec2 /* Code revision (Primary init) */
.byte sCPU68020 /* CPU type is 68020 */
.short 0 /* Reserved */
.long BeginSecondary-. /* Offset to code. */
BeginSecondary:
MOVE.L %A0, -(%A7)
JSR Secondary
MOVE.L (%A7)+, %a0
rts
.include "NuBusFPGASecondaryInit_Secondary.s"
.text