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:
parent
e20bda21b3
commit
0ce4187e0e
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user