mirror of
https://github.com/cc65/cc65.git
synced 2025-01-03 01:31:55 +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
|
||||
;
|
||||
@ -33,7 +33,7 @@ detect: lda #ATARIDOS
|
||||
beq done
|
||||
lda #OSADOS
|
||||
sta __dos_type
|
||||
bne done
|
||||
rts
|
||||
|
||||
spdos: lda #SPARTADOS
|
||||
sta __dos_type
|
||||
|
Loading…
Reference in New Issue
Block a user