summary refs log tree commit diff
path: root/code/disk.a
blob: 35eb106de0f1f75aa5286375ee412084b7babf86 (plain)
1
2
3
4
5
6
7
start:
    ; get sector 0
    mov a 0
    str a 0x7cff

    ; jump to the sector
    jmp 0x7d01