hephasm 0.1.0

Assembler for Asmodeus architecture with macro support and extended instructions
Documentation
1
2
3
4
5
6
7
8
9
10
11
// unit tests for hephasm assembler 

mod unit {
    pub mod instruction_tests;
    pub mod addressing_tests;
    pub mod label_tests;
    pub mod directive_tests;
    pub mod macro_tests;
    pub mod error_tests;
    pub mod number_format_tests;
}