summaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
Diffstat (limited to 'README.org')
-rw-r--r--README.org18
1 files changed, 18 insertions, 0 deletions
diff --git a/README.org b/README.org
new file mode 100644
index 0000000..8830feb
--- /dev/null
+++ b/README.org
@@ -0,0 +1,18 @@
1#+TITLE: C64 Trans Flag
2#+OPTIONS: author:nil num:nil timestamp:nil toc:nil
3#+HTML_DOCTYPE: html5
4#+HTML_LINK_HOME: /
5#+HTML_LINK_UP: /
6What it says on the tin.
7* Soure code download
8[[./flag.s]], compilation and launch instructions included in file.
9* Binary pre-compiled file
10[[./flag.prg]] (maybe not a 1-to-1 compiled version).
11#+BEGIN_SRC sh
12 $ x64sc -autostart flag.prg
13#+END_SRC
14* Screenshat
15#+ATTR_HTML: :width 80%
16[[./screenshot.png]]
17* Source code listing
18#+INCLUDE: "./flag.s" src asm