Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View xlar54's full-sized avatar

Scott Hutter xlar54

View GitHub Profile
@xlar54
xlar54 / rs232-swift.asm
Created January 27, 2021 07:01 — forked from Pinacolada64/rs232-swift.asm
C64 RS232 driver using a SwiftLink cartridge (a real ACIA, not emulated)
; https://www.lemon64.com/forum/viewtopic.php?t=73957
; https://www.c64-wiki.com/wiki/Interrupt
; been trying to follow application notes for the SwiftLink
; terminal code @ $c0b7 (waiting for Shift+C=)
; &,49 getmod $b915
; &,4 getmdm $aab3
; There are a few problems/things I want to improve with with this version of the SwiftLink driver: