CodeGenLib 0.0.1

A libary to generate x86-64Bit machine code (like LLVM)
Documentation
1
2
3
4
5
6
7
{
    "files.associations": {
        "*.s": "nasm",
        "stdio.h": "c"
    },
    "rust-analyzer.showUnlinkedFileNotification": false
}