mirror of
https://github.com/cc65/cc65.git
synced 2025-01-04 23:33:05 +00:00
one byte space optimization
git-svn-id: svn://svn.cc65.org/cc65/trunk@3116 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
573f1818df
commit
aeadc056c7
@ -1,5 +1,5 @@
|
|||||||
;
|
;
|
||||||
; Freddy Offenga & Christian Groessler, August 2003
|
; Freddy Offenga & Christian Groessler, June 2004
|
||||||
;
|
;
|
||||||
; detect the DOS version we're running on
|
; detect the DOS version we're running on
|
||||||
;
|
;
|
||||||
@ -33,7 +33,7 @@ detect: lda #ATARIDOS
|
|||||||
beq done
|
beq done
|
||||||
lda #OSADOS
|
lda #OSADOS
|
||||||
sta __dos_type
|
sta __dos_type
|
||||||
bne done
|
rts
|
||||||
|
|
||||||
spdos: lda #SPARTADOS
|
spdos: lda #SPARTADOS
|
||||||
sta __dos_type
|
sta __dos_type
|
||||||
|
Loading…
Reference in New Issue
Block a user