<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://apple2.guidero.us/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://apple2.guidero.us/feed.php">
        <title>MG's Apple II Site mg_notes:cc65_tips</title>
        <description></description>
        <link>http://apple2.guidero.us/</link>
        <image rdf:resource="http://apple2.guidero.us/lib/tpl/monochrome/images/favicon.ico" />
       <dc:date>2026-04-08T07:01:59-04:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://apple2.guidero.us/doku.php/mg_notes/cc65_tips/ca65_a2_strings?rev=1514591374&amp;do=diff"/>
                <rdf:li rdf:resource="http://apple2.guidero.us/doku.php/mg_notes/cc65_tips/ca65_dum?rev=1565369491&amp;do=diff"/>
                <rdf:li rdf:resource="http://apple2.guidero.us/doku.php/mg_notes/cc65_tips/start?rev=1514578287&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://apple2.guidero.us/lib/tpl/monochrome/images/favicon.ico">
        <title>MG's Apple II Site</title>
        <link>http://apple2.guidero.us/</link>
        <url>http://apple2.guidero.us/lib/tpl/monochrome/images/favicon.ico</url>
    </image>
    <item rdf:about="http://apple2.guidero.us/doku.php/mg_notes/cc65_tips/ca65_a2_strings?rev=1514591374&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2017-12-29T18:49:34-04:00</dc:date>
        <title>ca65 - macros for MPW IIgs-style String Handling</title>
        <link>http://apple2.guidero.us/doku.php/mg_notes/cc65_tips/ca65_a2_strings?rev=1514591374&amp;do=diff</link>
        <description>ca65 - macros for MPW IIgs-style String Handling

The below macros implement string handling mainly in the style of MPW IIgs, plus some inspirations from Merlin.  All of the macros except ds support up to 10 arguments.

Examples
msb on
msb off
Turn on or off the msb for</description>
    </item>
    <item rdf:about="http://apple2.guidero.us/doku.php/mg_notes/cc65_tips/ca65_dum?rev=1565369491&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2019-08-09T12:51:31-04:00</dc:date>
        <title>ca65 - Dum/Dsect/Dend Macros</title>
        <link>http://apple2.guidero.us/doku.php/mg_notes/cc65_tips/ca65_dum?rev=1565369491&amp;do=diff</link>
        <description>ca65 - Dum/Dsect/Dend Macros

Several Apple II assemblers have DUM/DEND pseudo-ops that define an originated section of source that will have no code generated.  E.g.:


        DUM $0 ; zero page references
XLOC    DFB 0
YLOC    DFB 0
WORD    DFW 0
        DEND</description>
    </item>
    <item rdf:about="http://apple2.guidero.us/doku.php/mg_notes/cc65_tips/start?rev=1514578287&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2017-12-29T15:11:27-04:00</dc:date>
        <title>CC65 Suite Tips and Tricks</title>
        <link>http://apple2.guidero.us/doku.php/mg_notes/cc65_tips/start?rev=1514578287&amp;do=diff</link>
        <description>CC65 Suite Tips and Tricks

&lt;ul class=&quot;catlist-nslist&quot; &gt;&lt;li class=&quot;catlist-page&quot;&gt;ca65 - macros for MPW IIgs-style String Handling&lt;/li&gt;&lt;li class=&quot;catlist-page&quot;&gt;ca65 - Dum/Dsect/Dend Macros&lt;/li&gt;&lt;/ul&gt;

----------

 ​</description>
    </item>
</rdf:RDF>
