Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| lynx:tutorials [2021/01/13 04:58] – created Igor | lynx:tutorials [2024/04/05 03:05] (current) – [C Language Tutorial for Atari Lynx] Igor | ||
|---|---|---|---|
| Line 5: | Line 5: | ||
| ===== Learn C and/or 6502 Assembly ===== | ===== Learn C and/or 6502 Assembly ===== | ||
| - | Before jumping into Atari Lynx programming it's essential to learn how to code in C and/or 6502 Assembly. It's possible to create your games completely in one or the other, but understanding both has great advantages. The CC65 compiler is a great starting point for Lynx coding - you can use it for both C and ASM compilation and linking. | + | Before jumping into Atari Lynx programming it's essential to learn how to code in C and/or 6502 Assembly. It's possible to create your games completely in one or the other, but understanding both has great advantages. |
| * [[https:// | * [[https:// | ||
| Line 13: | Line 13: | ||
| * [[https:// | * [[https:// | ||
| * [[https:// | * [[https:// | ||
| + | |||
| + | ===== C Language Tutorial for Atari Lynx ===== | ||
| + | |||
| + | [[https:// | ||
| + | |||
| + | - [[https:// | ||
| + | - [[https:// | ||
| + | - [[https:// | ||
| + | - [[https:// | ||
| + | - [[https:// | ||
| + | - [[https:// | ||
| + | - [[https:// | ||
| + | - [[https:// | ||
| + | - [[https:// | ||
| + | - [[https:// | ||
| + | - [[https:// | ||
| + | - [[https:// | ||
| + | - [[https:// | ||
| + | - [[https:// | ||
| + | - [[https:// | ||
| + | - [[https:// | ||
| + | - [[https:// | ||
| + | - [[https:// | ||
| + | |||
| + | If you use macOS skip **Part 2** above and read this article instead - [[https:// | ||
| + | |||
| + | To get the most out of CC65 and the Lynx, check out this note - [[https:// | ||
| + | |||
| + | ===== Assembly Language Tutorial for Atari Lynx ===== | ||
| + | |||
| + | [[http:// | ||
| + | |||
| + | - [[http:// | ||
| + | - [[http:// | ||
| + | - [[http:// | ||
| + | - [[http:// | ||
| + | - [[http:// | ||
| + | - [[http:// | ||
| + | |||
| + | * [[http:// | ||
| + | * [[http:// | ||
| + | * [[http:// | ||