Assembler
Back to current versionRestore this version

Assembler#

Given the extremely slow performance of Atari Basic, the go-to language for programmers writing games or other speed-critical programs was 6502 assembler. The 6502 was somewhat infamous for its simplified design, but this also meant its assembler was very simple and easy to learn. As an introduction to assembler, there are few machines better than the Atari 8-bit.

The first assembler for the Atari available to the public was Atari Assembler Editor, originally written by Shepardson Microsystems and sold by Atari in ROM cartridge format. Assembler Editor lacked many features, and was only suitable for small programs, so Atari also released the disk-based high-end Atari Macro Assembler. Macro Assembler was slow, as it was entirely disk based. This led to a thriving market for 3rd party assemblers and debuggers to fix the problems seen in one or the other.

Overview#

Assembler for Atari Computers#

Cross-Assembler#

Development IDE#

Books#