1
0
mirror of https://github.com/cc65/cc65.git synced 2025-08-13 08:25:28 +00:00

Merge pull request #687 from polluks/patch-12

Smaller driver code
This commit is contained in:
Oliver Schmidt
2018-06-21 22:37:29 +02:00
committed by GitHub

View File

@@ -626,7 +626,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