diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2015-02-07 18:08:41 -0800 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2015-02-07 18:08:41 -0800 |
commit | 2f3e70ed5a16504864395b3ca4b4fc20940a78d0 (patch) | |
tree | ca945109374fd14abde852e4a45dc54b6174f094 | |
parent | 8ab4b12c85a73ce064abaad52f4eeda55f159bc0 (diff) | |
download | mu-2f3e70ed5a16504864395b3ca4b4fc20940a78d0.tar.gz |
709
-rw-r--r-- | chessboard.mu | 2 |
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 |