Add PHP/PLP

This commit is contained in:
frankmilliron 2023-05-15 13:42:50 -07:00 committed by GitHub
parent b89733fee4
commit 9038dd3a2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -75,6 +75,7 @@ ssc_not_found:
;; Init SSC and try the "Read Cricket ID code" sequence.
init_ssc:
php
sei
lda COMMAND ; save status of SSC registers
sta saved_command
@ -114,10 +115,12 @@ digit: cmp #HI('0') ; < '0' ?
cricket_found:
jsr restore_cmd_ctl
plp
jmp install_driver
cricket_not_found:
jsr restore_cmd_ctl
plp
;; fall through...
not_found: