about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-02-07 18:08:41 -0800
committerKartik K. Agaram <vc@akkartik.com>2015-02-07 18:08:41 -0800
commit2f3e70ed5a16504864395b3ca4b4fc20940a78d0 (patch)
treeca945109374fd14abde852e4a45dc54b6174f094
parent8ab4b12c85a73ce064abaad52f4eeda55f159bc0 (diff)
downloadmu-2f3e70ed5a16504864395b3ca4b4fc20940a78d0.tar.gz
709
-rw-r--r--chessboard.mu2
1 files changed, 0 insertions, 2 deletions
diff --git a/chessboard.mu b/chessboard.mu
index 57a66fec..627df64f 100644
--- a/chessboard.mu
+++ b/chessboard.mu
@@ -1,5 +1,3 @@
-;; 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