asm6809

Cross assembler for Motorola 6809 and Hitachi 6309 processors

brewmacoslinux
Try with needOr install directly
Source

About

Cross assembler targeting the Motorola 6809 and Hitachi 6309

Commands

asm6809

Examples

Assemble a 6809 assembly source file to binary output$ asm6809 -o output.bin input.asm
Generate a listing file with addresses and machine code$ asm6809 -l output.lst -o output.bin input.asm
Assemble with 6309-specific instruction support$ asm6809 -9 -o output.bin input.asm