Added o65 symbol export capability
git-svn-id: svn://svn.cc65.org/cc65/trunk@1127 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -22,7 +22,9 @@ FILES {
|
||||
%O: format = o65;
|
||||
}
|
||||
FORMATS {
|
||||
o65: os = lunix, type = small, import = LUNIXKERNAL, import = LIB6502;
|
||||
o65: os = lunix, type = small,
|
||||
import = LUNIXKERNAL, import = LIB6502,
|
||||
export = _main;
|
||||
}
|
||||
SYMBOLS {
|
||||
__STACKSIZE__ = $800; # 2K stack
|
||||
|
||||
Reference in New Issue
Block a user