This page (revision-7) was last changed on 12-Jan-2024 13:41 by Stefan Haubenthal 

This page was created on 27-Feb-2014 15:24 by Carsten Strotmann

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note
7 12-Jan-2024 13:41 5 KB Stefan Haubenthal to previous
6 09-Jan-2024 23:16 5 KB Stefan Haubenthal to previous | to last Fixed a few typos
5 03-Feb-2023 15:21 5 KB Stefan Haubenthal to previous | to last typo
4 14-Mar-2014 00:16 5 KB Stefan Haubenthal to previous | to last typo
3 14-Mar-2014 00:13 5 KB Stefan Haubenthal to previous | to last typo
2 27-Feb-2014 15:29 5 KB Carsten Strotmann to previous | to last
1 27-Feb-2014 15:24 5 KB Carsten Strotmann to last

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 3 changed one line
''work in progress''
''work in progress'' -- Please help by copying the OCR text from the original PDF, fix the OCR errors and append here
At line 5 added 2 lines
* [new PDF from the pure text version|C65Manual-Text/c65manual.pdf]
At line 53 changed one line
and flexibillity that it exhibits within its compact size are a good
and flexibility that it exhibits within its compact size are a good
At line 56 changed one line
C/65 was authored by Sam Dillon and John Lowry,under the company name
C/65 was authored by Sam Dillon and John Lowry, under the company name
At line 75 changed 2 lines
Atari, Atari 400, Atari 800, AtarL Home Computers, and Atari 850
Interface Nodule are trademarks of Atari, Inc., Sunnyvale,CA.
Atari, Atari 400, Atari 800, Atari Home Computers, and Atari 850
Interface Nodule are trademarks of Atari, Inc., Sunnyvale, CA.
At line 92 changed one line
is MAC/65 assembly language, which must be run through the MC/65
is MAC/65 assembly language, which must be run through the MAC/65
At line 94 changed 3 lines
to be done automattcaliy. Since the output is assembly language, it is
easy to write your own assembly languauge routines that are compatible
with the code generated by ths compiler.
to be done automatically. Since the output is assembly language, it is
easy to write your own assembly language routines that are compatible
with the code generated by this compiler.
At line 107 changed one line
‣ the basic arithmetic, logical, and bit operations familliar to C
‣ the basic arithmetic, logical, and bit operations familiar to C
At line 109 changed one line
‣ simple source level character substitutiton ($DEFINE)
‣ simple source level character substitution ($DEFINE)
At line 111 changed one line
‣ file inclusion of assemhly languge sourcecode (not compatible with
‣ file inclusion of assembly language sourcecode (not compatible with
At line 118 changed 2 lines
‣ compound statemets grouped by braces (although '$(' and '$)' must be
used instead ot '(' and ')')
‣ compound statements grouped by braces (although '$(' and '$)' must be
used instead of '{' and '}')
At line 121 changed one line
‣ linkted external declarations
‣ linked external declarations
At line 127 changed one line
for experienced C prograeaors, use of the following standard C will
for experienced C programmers, use of the following standard C will
At line 139 changed one line
‣ do-while statenent
‣ do-while statement
At line 146 changed one line
is written in assembly ölanguage, which makes it extraemly fast and
is written in assembly language, which makes it extremely fast and
At line 154 changed one line
1.2) tell enough? Anquious to get started? Here you go!
1.2) tell enough? Anxious to get started? Here you go!
At line 166 changed one line
‣ -T is an optionaL flag which tells C/6$ to include the C source text
‣ -T is an optionaL flag which tells C/65 to include the C source text