phantasm-ir 0.1.0

An IR language designed to just work. Optimised for Neutron
1
2
3
4
5
6
7
8
9
10
11
# Phantasm

Cross platform assembler that assembles Phantasm to a bare metal RISC-V program (ELF) or a program that can run on Quantii.

Best way to describe phantasm low -> A semantic assembly language with near native 1:1 ness.

## Repo

This place includes a binary target for assembling phantasm code into ELF binaries.

GNU ld can be used to them link the assembled objects into an executable ELF img or library img.