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
You Might Also Like
See Everything. Miss Nothing. 30-day free trial
As the IT backbone of your company, you can’t afford to miss a thing. PRTG monitors every device, application, and connection - on-premise and in the cloud. You get clear dashboards, smart alerts, and mobile access, so you’re always in control, wherever you are. No more guesswork or manual checks. PRTG’s powerful automation and easy setup mean you spend less time firefighting and more time moving your business forward. Discover how simple and reliable IT monitoring can be.
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