blob: dd7d8798a77d5d46f0c3b3f10e3ad72a47f33091 (
plain)
1
2
3
4
5
6
7
8
9
10
|
@opt stack_pointer RG
@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
|