sasm:SIMDISCA的官方汇编程序 源码
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
文件列表
sasm-main.zip
(预估有个9文件)
sasm-main
Cargo.toml
391B
s.s
75B
Cargo.lock
12KB
src
main.rs
57KB
elf.rs
3KB
grammar.pest
2KB
LICENSE
1KB
README.md
1KB
暂无评论