An open API service indexing awesome lists of open source software.

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

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.