lamina-ras 0.1.1

ras - as/GAS alternative. Cross-platform assembler: assembly source (.s) to relocatable object files (.o). Used by Lamina, usable standalone.
Documentation
1
2
3
4
5
6
//! Common utilities shared across architectures
//!
//! This module contains shared functionality like register parsing
//! that is used by multiple architectures.

// Placeholder for now - will be populated as we extract common code