Skip to content

Instantly share code, notes, and snippets.

@tomaes
Last active August 29, 2015 13:57
Embed
What would you like to do?
rhythmic audio / video glitching in 11 bytes (c64)
;
; glitch f-art
;
* = $1000
;
loop EOR $A2
NOP ; makes everything look much saner ;)
; AND $C5 (fake interactivity :P)
STA $D011
STA $D418
BCC loop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment