CodeGenLib 0.0.1

A libary to generate x86-64Bit machine code (like LLVM)
Documentation
1
2
3
4
5
6
7
//! ASM Codegen

/// Asm code generator
/// Supports no function out of the BOX only usable with extensions
/// from arch::ext::Extension
#[derive(Clone, Copy)]
pub struct AsmCall {}