Commit c6b522

2026-03-17 12:41:17 Bob Green: -/-
programming/toolchains.md ..
@@ 5,15 5,15 @@
## Assemblers
### The Gnu assembler gas
- **Pros**
+ *Pros*
- it comes bundled as part of the Gnu C Compiler toolkit.
- Supports most 680x0 processsors.
- **Cons**
+ *Cons*
- Non-Motorola syntax. Personally I hate it.
### Vasm
- **Pros**
+ *Pros*
- Uses Motorola standard syntax
- Powerful macro support
- Can produce output in multiple formats:
@@ 21,7 21,7 @@
- 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.
- **Cons**
+ *Cons*
- Can't think of any.
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