Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
lynx:tutorials [2021/01/13 05:17] – [C Language Tutorial for Atari Lynx] Igorlynx:tutorials [2021/01/13 05:24] Igor
Line 38: Line 38:
  
 If you use macOS skip **Part 2** above and read this article instead - [[https://atarigamer.com/articles/setting-up-development-tools-for-atari-lynx-programming-on-macos|Setting up development tools for Atari Lynx programming on macOS]]. If you use macOS skip **Part 2** above and read this article instead - [[https://atarigamer.com/articles/setting-up-development-tools-for-atari-lynx-programming-on-macos|Setting up development tools for Atari Lynx programming on macOS]].
 +
 +===== Assembly Language Tutorial for Atari Lynx =====
 +
 +[[http://www.chibiakumas.com/|ChibiAkumas]] has created an excellent tutorial series, [[http://www.chibiakumas.com/6502/?theme=print|Learn Multi platform 6502 Assembly Programming... For Monsters!]] If you want to get the most performance out of a Lynx, this is where you should head on over.
 +
 +  - [[http://www.chibiakumas.com/6502/?theme=print#Lesson1|Getting started with 6502]]
 +  - [[http://www.chibiakumas.com/6502/?theme=print#Lesson2|Addressing modes on the 6502]]
 +  - [[http://www.chibiakumas.com/6502/?theme=print#Lesson3|Loops and Conditions]]
 +  - [[http://www.chibiakumas.com/6502/?theme=print#Lesson4|Stacks and Math]]
 +  - [[http://www.chibiakumas.com/6502/?theme=print#Lesson5|Bits and Shifts]]
 +  - [[http://www.chibiakumas.com/6502/?theme=print#Lesson6|Defined data, Aligned data... Lookup Tables, Vector Tables, and Self-modifying code!]]
 +
 +  * [[http://www.chibiakumas.com/6502/atarilynx.php|65c02 Assembly programming for the Atari Lynx]]
 +  * [[http://www.chibiakumas.com/6502/CheatSheet.pdf|6502 Assembly Language Cheat Sheet]]
 +  * [[http://www.chibiakumas.com/6502/platform.php#LessonP4|Bitmap Functions on the Atari Lynx]]