1
0
mirror of https://github.com/cc65/cc65.git synced 2025-01-11 11:30:13 +00:00

Cosmetic changes

git-svn-id: svn://svn.cc65.org/cc65/trunk@2764 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz 2003-12-15 23:06:05 +00:00
parent 9c65a3163c
commit 422ebf76fb
2 changed files with 5 additions and 57 deletions

View File

@ -158,37 +158,11 @@ transfer:
sei sei
sta ENABLE_RAM sta ENABLE_RAM
.repeat 8
lda (ptr1),y lda (ptr1),y
sta (ptr2),y sta (ptr2),y
iny iny
.endrepeat
lda (ptr1),y
sta (ptr2),y
iny
lda (ptr1),y
sta (ptr2),y
iny
lda (ptr1),y
sta (ptr2),y
iny
lda (ptr1),y
sta (ptr2),y
iny
lda (ptr1),y
sta (ptr2),y
iny
lda (ptr1),y
sta (ptr2),y
iny
lda (ptr1),y
sta (ptr2),y
iny
sta ENABLE_ROM sta ENABLE_ROM
cli cli

View File

@ -147,37 +147,11 @@ transfer:
; Unroll the following loop ; Unroll the following loop
loop: lda (ptr1),y loop: .repeat 8
sta (ptr2),y lda (ptr1),y
iny
lda (ptr1),y
sta (ptr2),y
iny
lda (ptr1),y
sta (ptr2),y
iny
lda (ptr1),y
sta (ptr2),y
iny
lda (ptr1),y
sta (ptr2),y
iny
lda (ptr1),y
sta (ptr2),y
iny
lda (ptr1),y
sta (ptr2),y
iny
lda (ptr1),y
sta (ptr2),y sta (ptr2),y
iny iny
.endrepeat
bne loop bne loop