mirror of
https://github.com/cc65/cc65.git
synced 2025-08-08 06:25:17 +00:00
cfg/atari-xex.cfg: fix typo in comment
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
# Sample linker configuration for C programs using the Atari binary file support.
|
# Sample linker configuration for C programs using the Atari binary file support.
|
||||||
# Use with: cl65 -tatari -Catari-c-xex.cfg prog.c -o prog.xex
|
# Use with: cl65 -tatari -Catari-xex.cfg prog.c -o prog.xex
|
||||||
FEATURES {
|
FEATURES {
|
||||||
STARTADDRESS: default = $2000;
|
STARTADDRESS: default = $2000;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user