mirror of
https://github.com/cc65/cc65.git
synced 2024-11-19 21:32:19 +00:00
Replaced obsolete 'codeseg' with 'code-name'.
git-svn-id: svn://svn.cc65.org/cc65/trunk@4412 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
784c709f97
commit
45777792ee
@ -76,7 +76,7 @@ Enabling the Language Card allows to use it as additional memory for cc65
|
|||||||
generated code. However code is never automatically placed there. Rather code
|
generated code. However code is never automatically placed there. Rather code
|
||||||
needs to be explicitly placed in the Language Card either per file by compiling
|
needs to be explicitly placed in the Language Card either per file by compiling
|
||||||
with <tt/--code-name HIGHCODE/ or per function by enclosing in <tt/#pragma
|
with <tt/--code-name HIGHCODE/ or per function by enclosing in <tt/#pragma
|
||||||
codeseg (push, "HIGHCODE")/ and <tt/#pragma codeseg (pop)/. In either case the
|
code-name (push, "HIGHCODE")/ and <tt/#pragma code-name (pop)/. In either case the
|
||||||
cc65 runtime system takes care of actually moving the code into the Language
|
cc65 runtime system takes care of actually moving the code into the Language
|
||||||
Card.
|
Card.
|
||||||
|
|
||||||
|
@ -76,7 +76,7 @@ Enabling the Language Card allows to use it as additional memory for cc65
|
|||||||
generated code. However code is never automatically placed there. Rather code
|
generated code. However code is never automatically placed there. Rather code
|
||||||
needs to be explicitly placed in the Language Card either per file by compiling
|
needs to be explicitly placed in the Language Card either per file by compiling
|
||||||
with <tt/--code-name HIGHCODE/ or per function by enclosing in <tt/#pragma
|
with <tt/--code-name HIGHCODE/ or per function by enclosing in <tt/#pragma
|
||||||
codeseg (push, "HIGHCODE")/ and <tt/#pragma codeseg (pop)/. In either case the
|
code-name (push, "HIGHCODE")/ and <tt/#pragma code-name (pop)/. In either case the
|
||||||
cc65 runtime system takes care of actually moving the code into the Language
|
cc65 runtime system takes care of actually moving the code into the Language
|
||||||
Card.
|
Card.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user