1
0
mirror of https://github.com/cc65/cc65.git synced 2025-08-09 13:25:06 +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
jsr LINEPLOT ;Plot the last chunk
EXIT: lda #$36
lda #$36
sta $01
cli
rts