Last active
August 29, 2015 13:57
-
-
Save tomaes/9433356 to your computer and use it in GitHub Desktop.
rhythmic audio / video glitching in 11 bytes (c64)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; | |
; 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