Removed unused label

This commit is contained in:
Stefan
2018-06-21 20:30:14 +00:00
committed by GitHub
parent 23534beaa6
commit 6a70d1dab1

View File

@@ -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