Moved Apple EXEHDR to separate module (similiar to CBMs).

git-svn-id: svn://svn.cc65.org/cc65/trunk@5708 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
ol.sc
2012-06-10 21:05:51 +00:00
parent cf509a775d
commit 9cc99876b2
14 changed files with 37 additions and 16 deletions

View File

@@ -1,6 +1,7 @@
# Configuration for ProDOS 8 system programs (without the header)
SYMBOLS {
__EXEHDR__: type = import;
__STACKSIZE__: type = weak, value = $0800; # 2k stack
}
MEMORY {