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
Deploy Apps in Seconds with Cloud Run
Cloud Run is the fastest way to deploy containerized apps. Push your code in Go, Python, Node.js, Java, or any language and Cloud Run builds and deploys it automatically. Get fast autoscaling, pay only when your code runs, and skip the infrastructure headaches. Two million requests free per month. And new customers get $300 in free credit.
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