Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kntt32/asmacro

Safe, Fast and Efficient Assembler with powerful preprocessor for low layer coding alternative of high level programing language
https://github.com/kntt32/asmacro

assembly compiler fijua kernel os preprocessor x64

Last synced: 4 days ago
JSON representation

Safe, Fast and Efficient Assembler with powerful preprocessor for low layer coding alternative of high level programing language

Awesome Lists containing this project

README

        

# AsMacro
AsMacroとは、低レイヤ向けのアセンブラ言語であり、高度なプリプロセッサーを持つことにより、
高水準言語の便利さとRustの所有権による高い安全性、アセンブリの柔軟性、高速なビルド、高速な実行、効率の良い開発が可能という特徴を持つ予定です。
## コード例
```
fn main() -> u64 {
let a: u64 = 12345;
a * a
}
```
## 内部動作
高度な機能を持つプリプロセッサ -> リンカ兼アセンブラ