[{TableOfContents }]

!!! 6502 Assembly Code
* [DEZ-HEX-BIN-OKT-PEN (ab Excel 2016).xlsx]
* [DEC-HEX 255.jpg]

!! Atari Assembler
* [Assembler]

!! Cross-Assembler
* [WUSDN IDE|http://www.wudsn.com/index.php/ide] ; smartest assembler available
* [ATASM|http://atari.miribilist.com/atasm/] ; Mac/65 compatible cross assembler
 
!! Books
* [Programming the 6502 by Rodnay Zaks|http://www.atarimania.com/documents-atari-400-800-xl-xe-books_1_8.html] ; Mega-Thanks to Atarimania for hosting!!!
* [Programmierung des 6502 von Rodnay Zaks|http://www.atarimania.com/documents-atari-400-800-xl-xe-books_1_8.html] ; Mega-Thanks to Atarimania for hosting!!!
* [6502 Applications by Rodnay Zaks|http://www.atarimania.com/documents-atari-400-800-xl-xe-books_1_8.html] ; Mega-Thanks to Atarimania for hosting!!!
* [6502 Anwendungen von Rodnay Zaks|http://www.atarimania.com/documents-atari-400-800-xl-xe-books_1_8.html] ; Mega-Thanks to Atarimania for hosting!!!
* [Advanced 6502 Programming by Rodnay Zaks|http://www.atarimania.com/documents-atari-400-800-xl-xe-books_1_8.html] ; Mega-Thanks to Atarimania for hosting!!!
* [Fortgeschrittene 6502 Prorammierung von Rodnay Zaks|http://www.atarimania.com/documents-atari-400-800-xl-xe-books_1_8.html] ; Mega-Thanks to Atarimania for hosting!!!
* [6502 Games by Rodnay Zaks|https://archive.org/details/6502GamesRodnayZaks] ; Mega-Thanks to archive.org for hosting!!!
* [The Atari Assembler by Don Inman and Kurt Inman|http://www.atarimania.com/documents-atari-400-800-xl-xe-books_1_8.html] ; Mega-Thanks to Atarimania for hosting!!!
* [Der Atari Assembler von Don Inman und Kurt Inman|http://www.atarimania.com/documents-atari-400-800-xl-xe-books_1_8.html] ; Mega-Thanks to Atarimania for hosting!!!
* [Mapping the Atari - Compute! Books by Ian Chadwick|http://www.atarimania.com/documents-atari-400-800-xl-xe-books_1_8.html] ; Mega-Thanks to Atarimania for hosting!!!
* [6502 Assembly Language Programming|ftp://ftp.apple.asimov.net/pub/apple_II/documentation/programming/6502assembly/6502%20Assembly%20Language%20Programming.pdf] (PDF)
* [6502 Assembly Language by Randy Hyde|http://homepage.mac.com/randyhyde/webster.cs.ucr.edu/A2%20Hyde%206502%20Asm%20Lang.pdf] (PDF)
* [Using 6502 Assembly Language by Randy Hyde|http://www.appleoldies.ca/anix/Using-6502-Assembly-Language-by-Randy-Hyde.pdf] (PDF)
* [WikiBook 6502 Assembly|http://en.wikibooks.org/wiki/6502_Assembly]
* [6502 Assembly Language Subroutines 1|ftp://ftp.apple.asimov.net/pub/apple_II/documentation/programming/6502assembly/6502%20Assembly%20Lanuage%20Rountines%20part%201.pdf]
* [6502 Assembly Language Subroutines 2|ftp://ftp.apple.asimov.net/pub/apple_II/documentation/programming/6502assembly/6502%20Assembly%20Lanuage%20Rountines%20part%202.pdf]


!! Assembly Code

* [Decimal and Hex Codes for Instruction Set - Numerical]
* [OSS ASCII-ATASCII Text File Converter]
* [Super fast circle routine] from Moj Mikro magazine (posted on AtariAge)
* [Starting to Program in 6502 Assembly Code]
* [Atari XL.XE Copy ROM to RAM]
* [Unused Opcodes]
* [Interactive Assembler Tutorials]
* [A-LANG - WAYS TO IMPLEMENT COMPUTER LANGUAGES ON 6502s]
* [Tricky Code that Always Skips]
* [Self Modifying Code]
* [Sparta DOS X Hello World]
* [Relocatable Jumps]
* [Print Inline Strings]
* [Mixed Mode Graphics]
* [Synapse Assembler Atari 800 OS Equates]
* [Advanced 6502 Assembly Code Examples] \\
* [APAC Graphics Mode] \\
* [Atari 800 Assembler Equates] \\
* [Atari System Labels from OSS] \\
* [6502 bugs] \\
* [6502 opcodes - complete list|http://www.6502.org/tutorials/6502opcodes.html] \\
* [6502 Coding Algorithms Macro Library] \\
* [6502 Relocator] \\
* [ATARI Basic Autorun Loader]
* [Enhanced 6502 BASIC source code by Lee Davison|Enhanced Basic] ; 2-line BASIC for 6502 Computers
* [Bootloader with Sectorcounter]
* [Atari 800 ROM OS Source Listing]
* [Copy OS ROM to RAM]
* [Cycle neutral branching]
* [Apple Assembly Line - How to Add and Subtract One]
* [Sweet 16] - a virtual 16bit machine for the 6502 CPU
* [puZIP] - ZIP file compression 
* [Small DOS 2.5 COM-File loader for Demo]
* [Hobby Tronic Demo 2004]
* [BASIC on-off from DOS XL commandline]
* [Page Flip Routine for Basic]
* [RAM Move Routine for Basic]
* [Atari System Equates and Macros]
* [A simple 6502 debugger]
* [Atari COM Filetracer]
* [Typo bug virus]
* [Sector Mapper]

!! Courses
! Chris Crawford's Assembly language course
* [CHRIS CRAWFORDS - ASSEMBLY LANGUAGE COURSE]
! Assembly Course from Z*Magazine
* [Assembly Course from Z*Magazine]

!! Kurse
! CompyShop Magazin-Assembler Kurs

* [Teil 1|CSM_ASM_Teil1] - Grundlegendes
* [Teil 2|CSM_ASM_Teil2] - Befehlsübersicht
* [Teil 3|CSM_ASM_Teil3] - Adressierungsarten
* [Teil 4|CSM_ASM_Teil4] - Das erste Programm eine einfache Schleife
* [Teil 5|CSM_ASM_Teil5] - Bildschirmspeicher löschen
* [Teil 6|CSM_ASM_Teil6] - Addieren und Subtrahieren
* [Teil 7|CSM_ASM_Teil7] - Befehle zum "Bearbeiten" von Zahlen
* [Teil 8|CSM_ASM_Teil8] - Flags (Flaggen)
* [Teil 9|CSM_ASM_Teil9] - Vergleichs- und Transportbefehle
* [Teil 10|CSM_ASM_Teil10] - JSR, Zusatzbefehle des 65C02
* [Teil 11|CSM_ASM_Teil11] - Schleifen
* [Teil 12|CSM_ASM_Teil12] - Ausgabe von Zeichen und Texten auf dem Bildschirm 
* [Teil 13|Zeile per CIO einlesen und Programme resetfest machen] - Zeile per CIO einlesen und Programme RESET-fest machen
* [Teil 14|CSM_ASM_Teil14] - Programmierung von Interrupts 

! CompyShop Magazin-Assembler für Fortgeschrittene

* [Teil 1|CSM-Assembler Kurs - CIO und DOS] - CIO und DOS
* [Teil 2|CSM-Assembler Kurs - Displaylist] - Displaylist
* [Teil 3|CSM-Assembler Kurs - Displaylist-Interrupts] - Displaylist-Interrupts