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
nel_h2
Get the most trusted enterprise browser
Defend against security incidents with Chrome Enterprise. Create customizable controls, manage extensions and set proactive alerts to keep your data and employees protected without slowing down productivity.
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