save a byte (idea by Uz, done by Daniel Serpell)

git-svn-id: svn://svn.cc65.org/cc65/trunk@4475 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cpg
2009-11-23 21:17:56 +00:00
parent c7a33334ba
commit 2011f92c3a

View File

@@ -80,19 +80,19 @@ L1: lda sp,x
lda LMARGN lda LMARGN
sta old_lmargin sta old_lmargin
lda #0 ldy #0
sta LMARGN sty LMARGN
; set keyb to upper/lowercase mode ; set keyb to upper/lowercase mode
ldx SHFLOK ldx SHFLOK
stx old_shflok stx old_shflok
sta SHFLOK sty SHFLOK
; Initialize conio stuff ; Initialize conio stuff
lda #$FF dey ; Set X to $FF
sta CH sty CH
; Push arguments and call main ; Push arguments and call main