mirror of
https://github.com/cc65/cc65.git
synced 2025-08-08 06:25:17 +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:
@@ -18,10 +18,8 @@ zerobss:
|
|||||||
ldx #>__BSS_SIZE__
|
ldx #>__BSS_SIZE__
|
||||||
sta r0L
|
sta r0L
|
||||||
stx r0H
|
stx r0H
|
||||||
lda #0
|
|
||||||
sta r2L
|
|
||||||
lda #<__BSS_RUN__
|
lda #<__BSS_RUN__
|
||||||
ldx #>__BSS_RUN__
|
ldx #>__BSS_RUN__
|
||||||
sta r1L
|
sta r1L
|
||||||
stx r1H
|
stx r1H
|
||||||
jmp FillRam
|
jmp ClearRam
|
||||||
|
Reference in New Issue
Block a user