mirror of
https://github.com/cc65/cc65.git
synced 2024-12-23 19:29:37 +00:00
Style changes.
This commit is contained in:
parent
999d57401c
commit
5e36315d05
@ -35,7 +35,7 @@ _memcpy:
|
|||||||
jsr memcpy_getparams
|
jsr memcpy_getparams
|
||||||
|
|
||||||
memcpy_increment:
|
memcpy_increment:
|
||||||
ldy #$73 ; TII
|
ldy #$73 ; TII opcode
|
||||||
|
|
||||||
memcpy_transfer:
|
memcpy_transfer:
|
||||||
sty transfer + opcode
|
sty transfer + opcode
|
||||||
|
@ -59,5 +59,5 @@ _memmove:
|
|||||||
dec ptr2+1
|
dec ptr2+1
|
||||||
@L2: dec ptr2
|
@L2: dec ptr2
|
||||||
|
|
||||||
ldy #$C3 ; TDD
|
ldy #$C3 ; TDD opcode
|
||||||
jmp memcpy_transfer
|
jmp memcpy_transfer
|
||||||
|
Loading…
Reference in New Issue
Block a user