lwtools

Cross-development tools for Motorola 6809 and Hitachi 6309 processors

brewmacoslinux
Try with needOr install directly
Source

About

Cross-development tools for Motorola 6809 and Hitachi 6309

Commands

lwasmlwlinklwobjdumplwcc

Examples

Assemble a 6809 assembly source file$ lwasm -o program.o program.s
Link object files into an executable binary$ lwlink -o program.bin program.o
Compile C source code for 6809 target$ lwcc -o program.bin program.c