From 8a3246005ad1ea91c765a9c8bdd388f86e1e2c1d Mon Sep 17 00:00:00 2001 From: Michaelangel007 Date: Wed, 27 Jan 2016 20:43:27 -0800 Subject: [PATCH] Removed dos33 includes since in asm dir --- bin/dos33.inc | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 bin/dos33.inc diff --git a/bin/dos33.inc b/bin/dos33.inc deleted file mode 100644 index a17f93f..0000000 --- a/bin/dos33.inc +++ /dev/null @@ -1,4 +0,0 @@ - .word __MAIN ; 2 byte BLOAD address - .word __END - __MAIN ; 2 byte BLOAD size - .org __MAIN ; .org must come after header else offsets are wrong -