Skip to content

A CLI Tool to assemble Low Level Java Script's VM Assembly into the VM's machine code.

Notifications You must be signed in to change notification settings

GamersGotPower/lljsvm-asm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LLJSVM-ASM

  • LLJSVM-ASM is an assembler tool that uses some of Low Level JavaScript's 16-Bit Virtual Machine code

  • in order to produce machine code via terminal for that VM.

  • Links to Low Level JavaScript's

To install the CLI tool use:

npm i -g lljsvm-asm

Use:

lljsvm-asm {source file} {output file} {symbols file(JSON Object)} {Data offset}

Every argument except for the source file has a default value:

  • Output: "bin.bin"
  • Symbols: "symbols.json"
  • Data offset: 0

About

A CLI Tool to assemble Low Level Java Script's VM Assembly into the VM's machine code.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published