sasm-SIMDISCA汇编器
安装
您需要安装LLVM才能发出ELF对象:
在除macOS之外的所有设备上,LLVM必须位于PATH中
在macOS上,必须通过自制软件安装。 不过,目前它仅适用于M1 macs。
除非有适用于您平台的预构建二进制文件,否则还需要安装夜间防锈功能。
git clone git@github.com:pitust/sasm
cd sasm
cargo +nightly install --path .
样本程序集文件:
; This code should be used as a reference for a basic firmware
; program. This code is written in official SIMDISCA assembly
; syntax, and uses official mnemonics. Th
2021-03-06 16:06:01
16KB
Rust
1