NuBusFPGA/nubus-to-ztex-gateware/DeclROM/NuBusFPGASecondaryInit.s

14 lines
318 B
ArmAsm
Raw Normal View History

2022-04-17 09:25:48 +00:00
.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