https://github.com/kvark-lang/jasm
javascript-y assembler, supports and is tested with nasm syntax
https://github.com/kvark-lang/jasm
assembler assembler-x86 deno
Last synced: 4 months ago
JSON representation
javascript-y assembler, supports and is tested with nasm syntax
- Host: GitHub
- URL: https://github.com/kvark-lang/jasm
- Owner: kvark-lang
- Created: 2022-11-18T17:36:54.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-04-12T14:49:13.000Z (about 2 years ago)
- Last Synced: 2025-07-26T02:04:27.782Z (11 months ago)
- Topics: assembler, assembler-x86, deno
- Language: TypeScript
- Homepage:
- Size: 58.6 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# jasm - javascript-y assembler
This is still very new! It can only do 32 bit, Intel style at the moment.
The project is not ready for active production use and is being developed as an educational experiment at the moment.
## docs
To be changed, currently @ [deno.land](https://deno.land/x/jasm@0.0.1a/mod.ts)
### Note
All commits upwards of `dee2cac87fa04e1be8090d27f90157691f9cac30` will be signed by the GPG key available at [zergal.at](https://zergal.at)
The project is in active development once again (as of April 2024), with the same goal - creating a platform to process various Assembly languages in Javascript/Typescript.