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: about 1 month 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 (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-25T15:54:17.000Z (11 months ago)
- Last Synced: 2025-06-25T16:54:25.959Z (11 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 `pasm` assembler?
If yes, see [syntax-std.md](syntax-std.md) for casual and [syntax-avx512.md](syntax-avx512.md) for AVX-512.
- Do you want to extend `pasm`?
If yes, see [extending-pasm.md](extending-pasm.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)
- [encoding-evex.md](encoding-evex.md): for encoding EVEX (for AVX-512)