Removed unused label
This commit is contained in:
@@ -570,7 +570,10 @@ YCONT2: lda (POINT),y ;Plot endpoint
|
|||||||
and CHUNK
|
and CHUNK
|
||||||
eor (POINT),y
|
eor (POINT),y
|
||||||
sta (POINT),y
|
sta (POINT),y
|
||||||
jmp EXIT
|
lda #$36
|
||||||
|
sta $01
|
||||||
|
cli
|
||||||
|
rts
|
||||||
|
|
||||||
YFIXX: ;x=x+1
|
YFIXX: ;x=x+1
|
||||||
adc DY
|
adc DY
|
||||||
@@ -624,7 +627,7 @@ XCONT2: dex
|
|||||||
|
|
||||||
lsr CHUNK ;Advance to last point
|
lsr CHUNK ;Advance to last point
|
||||||
jsr LINEPLOT ;Plot the last chunk
|
jsr LINEPLOT ;Plot the last chunk
|
||||||
EXIT: lda #$36
|
lda #$36
|
||||||
sta $01
|
sta $01
|
||||||
cli
|
cli
|
||||||
rts
|
rts
|
||||||
|
|||||||
Reference in New Issue
Block a user