blob: 442923c1ca33d255cecfd473dc7b88afaa692201 (
plain)
1
2
3
4
5
6
7
8
9
10
|
@opt stack_pointer RF
@opt csr_scratch RH
@use ext_std:*
; bootstrap code (must be called to setup mandatory data)
; will jump to label main
@include bootstrap
@label main
jpi main
|