DoStuff Wiki
Attachments
History
Blame
View Source
Documentation
About An Otter Wiki
Toggle dark mode
Login
Home
A - Z
Changelog
Page Index
Hardware
Backplane
Board Features
Memory Map
Programming
Toolchains
Home
Programming
Toolchains
eef731
Commit
eef731
2026-03-17 12:40:52
Bob Green
: -/-
programming/toolchains.md
..
@@ 17,7 17,12 @@
- Uses Motorola standard syntax
- Powerful macro support
- Can produce output in multiple formats:
-
- zz
+
- S-Records - great for building standalone images ready to upload to the sbc-3
+
- 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**
+
- Can't think of any.
## Compilers
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