style(reset): added some comments to explain not calling CHIBIO in reset
This commit is contained in:
@@ -35,13 +35,14 @@ BOOTSCR
|
|||||||
lda #13 ; 9600 baud
|
lda #13 ; 9600 baud
|
||||||
ldb #%11 ; 8N1
|
ldb #%11 ; 8N1
|
||||||
jsr INITUART ; Initialize serial console
|
jsr INITUART ; Initialize serial console
|
||||||
PZSTR VERMSG ; Print version information
|
PZSTR VERMSG ; Since we know the addr of VERMSG at link time we can avoid
|
||||||
|
; calling out to CHIBIO
|
||||||
|
|
||||||
; Hand off control to the BUZBEE monitor and print notification of leaving the
|
; Hand off control to the BUZBEE monitor and print notification of leaving the
|
||||||
; firmware
|
; firmware
|
||||||
ENTERMON
|
ENTERMON
|
||||||
PZSTR TXTRUN
|
PZSTR TXTRUN ; Print run message
|
||||||
jmp BUZBEE
|
jmp BUZBEE ; Jump into a monitor program
|
||||||
|
|
||||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||||
;;
|
;;
|
||||||
|
|||||||
Reference in New Issue
Block a user