removed unessesary instructions in memset.s
This commit is contained in:
parent
7e0dbb791e
commit
72a9f7060f
1 changed files with 1 additions and 2 deletions
|
@ -11,9 +11,8 @@ LDX length +1
|
||||||
BNE big_set
|
BNE big_set
|
||||||
JMP small_set
|
JMP small_set
|
||||||
|
|
||||||
LDX length + 1
|
|
||||||
big_set: ;sets $ff of memory
|
big_set: ;sets $ff of memory
|
||||||
LDY #$ff
|
;; Y value do not matter, will go through all anyway!
|
||||||
.repeat $ff
|
.repeat $ff
|
||||||
STA (A_start), Y
|
STA (A_start), Y
|
||||||
DEY
|
DEY
|
||||||
|
|
Loading…
Add table
Reference in a new issue