Rename bootloader to bios, add actual bootloader

This commit is contained in:
Byron Lathi
2023-07-31 19:58:32 -07:00
parent 5128fe64b6
commit 18b8ac7ccf
29 changed files with 168 additions and 138 deletions

View File

@@ -0,0 +1,23 @@
.segment "BOOTSECTOR"
_start:
jmp _main
.byte "SUPR6502"
_main:
brk
_end:
.res (446+_start-_end)
.res 16
.res 16
.res 16
.res 16
.byte $55
.byte $AA