1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-01 13:41:34 +00:00

Style changes.

This commit is contained in:
Greg King 2015-11-07 00:29:07 -05:00
parent 999d57401c
commit 5e36315d05
2 changed files with 9 additions and 9 deletions

View File

@ -35,7 +35,7 @@ _memcpy:
jsr memcpy_getparams
memcpy_increment:
ldy #$73 ; TII
ldy #$73 ; TII opcode
memcpy_transfer:
sty transfer + opcode

View File

@ -59,5 +59,5 @@ _memmove:
dec ptr2+1
@L2: dec ptr2
ldy #$C3 ; TDD
ldy #$C3 ; TDD opcode
jmp memcpy_transfer