Crates.io | phantasm-ir |
lib.rs | phantasm-ir |
version | 0.1.0 |
source | src |
created_at | 2022-08-08 07:42:11.527123 |
updated_at | 2022-08-08 07:42:11.527123 |
description | An IR language designed to just work. Optimised for Neutron |
homepage | |
repository | |
max_upload_size | |
id | 640718 |
size | 8,098 |
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.
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.