]> git.sur5r.net Git - cc65/commitdiff
Date update
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Tue, 2 Oct 2001 16:49:12 +0000 (16:49 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Tue, 2 Oct 2001 16:49:12 +0000 (16:49 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@996 b7a2c559-68d2-44c3-8de9-860c34a00d81

doc/cc65.sgml

index 90e8bbde5996701ae3b5a88910a9ebfeae72685a..e5785cc054263e9996d8798940429dcf5bb37570 100644 (file)
@@ -3,7 +3,7 @@
 <article>
 <title>cc65 Users Guide
 <author>Ullrich von Bassewitz, <htmlurl url="mailto:uz@cc65.org" name="uz@cc65.org">
-<date>03.09.2000
+<date>03.09.2000, 02.10.2001
 
 <abstract>
 cc65 is a C compiler for 6502 targets. It supports several 6502 based home
@@ -793,7 +793,7 @@ Or, to access a struct member of a static variable:
                __asm__ ("ldy #%b", offsetof(pixel, color));
        __asm__ ("lda %v,y", pixel);
 </verb></tscreen>
-<p>   
+<p>