feat(buzbee): initial setup for loading into BUZBEE

This commit is contained in:
2025-09-25 17:16:34 -05:00
parent 18a5615b53
commit f0104c74c2
4 changed files with 58 additions and 4 deletions

View File

@@ -2,9 +2,10 @@
; Copyright (c) 2024-2025 Amber Zeller, Gale Faraday
; Licensed under MIT
INCLUDE "buzbee.inc"
INCLUDE "hardware.inc"
INCLUDE "serial.inc"
INCLUDE "memtest.inc"
INCLUDE "serial.inc"
INCLUDE "version.inc"
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
@@ -42,6 +43,18 @@ BOOTSCR
POST
jsr RAMTEST
HALT
sync ; Halt and wait for interrupts
bra HALT
; Hand off control to the BUZBEE monitor and print notification of leaving the
; firmware
ENTERMON
ldx #TXTRUN
jsr POUTZSTR
jmp BUZBEE
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;
;; Text/Resources for Reset Handler
;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
TXTRUN
fcn "<3RUN<3"