phantasm-ir

Crates.iophantasm-ir
lib.rsphantasm-ir
version0.1.0
sourcesrc
created_at2022-08-08 07:42:11.527123
updated_at2022-08-08 07:42:11.527123
descriptionAn IR language designed to just work. Optimised for Neutron
homepage
repository
max_upload_size
id640718
size8,098
Jason Qin (hyperswine)

documentation

README

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.

Commit count: 0

cargo fmt