diff --git a/doc/cc65.sgml b/doc/cc65.sgml index 90e8bbde5..e5785cc05 100644 --- a/doc/cc65.sgml +++ b/doc/cc65.sgml @@ -3,7 +3,7 @@
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>