1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-05 06:28:57 +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:
cpg 2004-06-09 19:53:13 +00:00
parent 573f1818df
commit aeadc056c7

View File

@ -1,5 +1,5 @@
;
; Freddy Offenga & Christian Groessler, August 2003
; Freddy Offenga & Christian Groessler, June 2004
;
; detect the DOS version we're running on
;
@ -33,7 +33,7 @@ detect: lda #ATARIDOS
beq done
lda #OSADOS
sta __dos_type
bne done
rts
spdos: lda #SPARTADOS
sta __dos_type