A two-pass GNU-like assembler and linker that produces executable and linkable file format.
Assembler supports next important words:
- Directives:
.global
.extern
.section
.word
.skip
.equ
.end
- Labels
- Instructions
Distributed under the MIT License.