ATasm is a 6502 command-line cross-assembler that is compatible with the original Mac/65 macro assembler released by OSS software. The aim of ATasm is to provide Atari home-brew coders with a comfortable and powerful toolset.
Features
- 6502 command-line cross-assembler, compatible with original Mac/65
- Produce Atari native binary load object files
- Produce .XFD/.ATR disk images, or Atari800 state files
- Rich macro support
- Conditional code generation
- Atari-specific assembler directives and support for undocumented opcodes
License
GNU General Public License version 2.0 (GPLv2)Follow ATasm: 6502 cross-assembler
Other Useful Business Software
Gen AI apps are built with MongoDB Atlas
MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
Rate This Project
Login To Rate This Project
User Reviews
-
I am from Mac/65 background, so it was great to find a compatible cross-assembler. Makes my life much easier during AspeQt development.
-
Recently I was revisiting some of my old Atari source code with the idea of doing some upgrades for the "Colleen" Atari 800 emulator on the Android platform. I was able to compile it using the old Mac/65 assembler cartridge on an emulated 800 via the Atari800 emulator on my PC, but boy, the old editor made the work excruciating. Thank heaven for ATasm! I can use all my old Mac/65 source code, editing it with a modern Windows-based editor, and crank out perfect exectuables in a fraction of the time. Mark Schmelzenbach, you ROCK. -Tom