#+TITLE: C64 Trans Flag #+OPTIONS: author:nil num:nil timestamp:nil toc:nil #+HTML_DOCTYPE: html5 #+HTML_LINK_HOME: / #+HTML_LINK_UP: / What it says on the tin. * Soure code download [[./flag.s]], compilation and launch instructions included in file. * Binary pre-compiled file [[./flag.prg]] (maybe not a 1-to-1 compiled version). #+BEGIN_SRC sh $ x64sc -autostart flag.prg #+END_SRC * Screenshat #+ATTR_HTML: :width 80% [[./screenshot.png]] * Source code listing #+INCLUDE: "./flag.s" src asm