1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-07 23:29:39 +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
commit 86945a1270
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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