about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-01-18 01:39:27 -0800
committerKartik K. Agaram <vc@akkartik.com>2015-01-18 01:39:27 -0800
commit04463b74aea8e19d466d15d62b89963f79d2bbab (patch)
tree2f03bba7c6a22819e04947a775876edb7aea3e60
parentfb906911daa6c97ecea9778b699091df322b4e01 (diff)
downloadmu-04463b74aea8e19d466d15d62b89963f79d2bbab.tar.gz
590
-rw-r--r--chessboard-cursor.mu2
1 files changed, 2 insertions, 0 deletions
diff --git a/chessboard-cursor.mu b/chessboard-cursor.mu
index 6728c0b2..e80c9530 100644
--- a/chessboard-cursor.mu
+++ b/chessboard-cursor.mu
@@ -1,3 +1,5 @@
+;; hack: assumes stdin is at raw memory location 1
+
 ;; data structure: board
 (primitive square)
 (address square-address (square))  ; pointer. verbose but sadly necessary for now