1.0.6 • Published 3 years ago

lljsvm-asm v1.0.6

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

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 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
1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago