]> git.sur5r.net Git - cc65/commitdiff
Replaced obsolete 'codeseg' with 'code-name'.
authorol.sc <ol.sc@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sun, 1 Nov 2009 10:48:43 +0000 (10:48 +0000)
committerol.sc <ol.sc@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sun, 1 Nov 2009 10:48:43 +0000 (10:48 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@4412 b7a2c559-68d2-44c3-8de9-860c34a00d81

doc/apple2.sgml
doc/apple2enh.sgml

index 575f4323c4d8e0439ac4cea76891477fab5137f2..ec43be99a9a460c955ca8039a729c68c4f04de66 100644 (file)
@@ -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
 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
-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
 Card.
 
index a8c091f23f39d84da3145d4bb7c3b78698df78c9..b5bee1f5211e3afc63cc052bf59cfb5f9ddf78ab 100644 (file)
@@ -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
 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
-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
 Card.