summaryrefslogtreecommitdiff
path: root/README.org
blob: 8830feb60743ee49e28a1c44fd17cd581aff8ce2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#+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