Commit 92cd6c

2026-03-17 12:43:35 Bob Green: -/-
programming/toolchains.md ..
@@ 14,10 14,11 @@
### Vasm
*Pros*
+ - Supports most 680x0 processsors.
- Uses Motorola standard syntax
- Powerful macro support
- Can produce output in multiple formats:
- - S-Records - great for building standalone images ready to upload to the sbc-3
+ - S-Records - great for building standalone images ready to upload directly to the sbc.
- elf - code assembled to elf can be linked with other elf files (which could be assembled code or compiled C).
- Can be compiled on just about any platform with a half decent C compiler.
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9