mirror of
https://github.com/cc65/cc65.git
synced 2024-11-19 06:31:31 +00:00
Minor beautification.
git-svn-id: svn://svn.cc65.org/cc65/trunk@4922 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
733e832b5d
commit
b4c237b2b1
@ -167,8 +167,8 @@ init: ldx #zpspace-1
|
|||||||
bne basic
|
bne basic
|
||||||
|
|
||||||
; Check ProDOS system bit map
|
; Check ProDOS system bit map
|
||||||
lda $BF6F ; protection for pages $B8 - $BF
|
lda $BF6F ; Protection for pages $B8 - $BF
|
||||||
cmp #%00000001 ; exactly system global page is protected
|
cmp #%00000001 ; Exactly system global page is protected
|
||||||
bne basic
|
bne basic
|
||||||
|
|
||||||
; No BASIC.SYSTEM so quit to ProDOS dispatcher instead
|
; No BASIC.SYSTEM so quit to ProDOS dispatcher instead
|
||||||
|
Loading…
Reference in New Issue
Block a user