1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-29 10:29:30 +00:00

Date update

git-svn-id: svn://svn.cc65.org/cc65/trunk@996 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz 2001-10-02 16:49:12 +00:00
parent 30388bcf0b
commit 93c80bc5d5

View 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>