diff options
author | yenatch <yenatch@gmail.com> | 2014-05-29 18:52:37 -0700 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2014-05-30 01:16:02 -0700 |
commit | 0e12eafe6635da8e80ed33f7460e09c567d0e31f (patch) | |
tree | 0d0258f6b8ba50e87cd38d7f5b6bce83312dce20 /yellow.asm | |
parent | da0a72cdbf45fa624b2d1151afe94a98d7da2ae0 (diff) |
Dust off the makefile and prepare to build Yellow.
Diffstat (limited to 'yellow.asm')
-rw-r--r-- | yellow.asm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/yellow.asm b/yellow.asm new file mode 100644 index 00000000..2dedf586 --- /dev/null +++ b/yellow.asm @@ -0,0 +1 @@ +_YELLOW EQU 1 |