mirror of
https://github.com/cc65/cc65.git
synced 2025-01-10 19:29:45 +00:00
Removed unused label
This commit is contained in:
parent
23534beaa6
commit
6a70d1dab1
@ -570,7 +570,10 @@ YCONT2: lda (POINT),y ;Plot endpoint
|
||||
and CHUNK
|
||||
eor (POINT),y
|
||||
sta (POINT),y
|
||||
jmp EXIT
|
||||
lda #$36
|
||||
sta $01
|
||||
cli
|
||||
rts
|
||||
|
||||
YFIXX: ;x=x+1
|
||||
adc DY
|
||||
@ -624,7 +627,7 @@ XCONT2: dex
|
||||
|
||||
lsr CHUNK ;Advance to last point
|
||||
jsr LINEPLOT ;Plot the last chunk
|
||||
EXIT: lda #$36
|
||||
lda #$36
|
||||
sta $01
|
||||
cli
|
||||
rts
|
||||
|
Loading…
x
Reference in New Issue
Block a user