Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ssg committed Mar 24, 2015
0 parents commit 5e56e33
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
13 changes: 13 additions & 0 deletions maze.asm
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
org &4000
char equ &cc
TXT_WR_CHAR equ &bb5d

run $

.loop:
ld a, r
and 1
or char
call TXT_WR_CHAR
jr loop
1 change: 1 addition & 0 deletions maze.bin
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
�_����]��
2 changes: 2 additions & 0 deletions winape.asm
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
; this is to avoid using winape's own editor
read "maze.asm"

0 comments on commit 5e56e33

Please sign in to comment.