Files
Sepp J Morris 31738079c4 Upload
Digital Research
2020-11-06 18:50:37 +01:00

16 lines
190 B
ArmAsm

.text
.globl _init
.globl _ccp
*
* Init Routine -- User fills in jump address
*
_init: jmp 0
*
* This jump to the CCP may be used by the user to achieve a warmboot
*
jmp _ccp
*
*
.end