Asm
The assembler of OfflineOS.
After reflection Ryan McCoskrie (architect and developer of OfflineOS) has decided to post-pone choice of ISA until the best target hardware has been determined. It will be a 64-bit RISC architecture however. Most likely RISC-V or AArch64.
Mainly intended as a target for OTIL & MIA but it is expected that the Boot Loader and Kernel will require some hand written assembly code.
It is planned that this assembler will include macros for mangling function/procedure names to match those generated by the compiled languages.