summaryrefslogtreecommitdiffhomepage
path: root/src/64x0/64x0_boot.64x
blob: 50503c43a886d847ac6ae93272d36402da842b78 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# 64x0 Runtime zero routine
# org: 1M
# interrupts: 1M - 2048
# brief: jump to r16 which contains the code to jump on.

# Copyright 2024, Amlal El Mahrouss, licensed under Apache 2.0.

export .text __start
    lda r15, 0x7c00
    lda r16, 0x8000
    mv r5, r15
    mv r19, r16
    jrl