https://github.com/matissoss/pasm
modern independent x86-64 assembler
https://github.com/matissoss/pasm
assembler assembler-x86 assemblers rasm x86 x86-x64
Last synced: 3 months ago
JSON representation
modern independent x86-64 assembler
- Host: GitHub
- URL: https://github.com/matissoss/pasm
- Owner: Matissoss
- License: mpl-2.0
- Created: 2025-03-24T18:59:20.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-06-25T15:54:17.000Z (3 months ago)
- Last Synced: 2025-06-25T16:54:25.959Z (3 months ago)
- Topics: assembler, assembler-x86, assemblers, rasm, x86, x86-x64
- Language: Rust
- Homepage:
- Size: 694 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: docs/readme.md
- License: license.md
- Roadmap: roadmap.md
Awesome Lists containing this project
README
docs
- Do you want to use `rasm` assembler?
If yes, see [syntax-std.md](syntax-std.md) for casual and [syntax-avx.md](syntax-avx.md) for AVX-512.
- Do you want to extend `rasm`?
If yes, see [extending-rasm.md](extending-rasm.md)
- Are you developer of your own assembler (or just looking for x86 machine code encoding)?
See:
- [encoding-x86.md](encoding-x86.md) : for standard encoding (MODRM, REX, etc.)
- [encoding-vex.md](encoding-vex.md) : for encoding VEX (for AVX and VEX-based extensions)## dev roadmap
- for users
- [x] `syntax-std.md` (related to `beta`)
- [ ] `syntax-avx.md` (related to `beta-avx`)
- [ ] `macro.md` (related to `beta-macro`)
- for developers
- [x] `extending-rasm.md` (short explaination of RASM's API and how to use it)
- [x] `encoding-x86.md` (related to `beta`)
- [x] `encoding-vex.md` (related to `beta`)