Skip to content

Instantly share code, notes, and snippets.

@tomaes
Last active August 29, 2015 13:57
Show Gist options
  • Save tomaes/9433356 to your computer and use it in GitHub Desktop.
Save tomaes/9433356 to your computer and use it in GitHub Desktop.
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