1
0
mirror of https://github.com/cc65/cc65.git synced 2025-01-12 02:30:44 +00:00

small optimization, 5 bytes saved

git-svn-id: svn://svn.cc65.org/cc65/trunk@2372 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
izydorst 2003-08-19 22:38:01 +00:00
parent e20bda21b3
commit 0ce4187e0e

View File

@ -18,10 +18,8 @@ zerobss:
ldx #>__BSS_SIZE__
sta r0L
stx r0H
lda #0
sta r2L
lda #<__BSS_RUN__
ldx #>__BSS_RUN__
sta r1L
stx r1H
jmp FillRam
jmp ClearRam