Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "dasm", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "An emscripten-compiled version of the dasm macro assembler", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
# The dasm macro assembler (for JavaScript) | ||
This is an [emscripten](https://github.com/kripken/emscripten)-compiled version of the [dasm macro assembler](http://dasm-dillon.sourceforge.net/). It was created so 6502 assembkly code could be compiled from JavaScript code. More especifically, it can be used to create Atari VCS 2600 and Fairchild Channel F roms from its macro assembly source code. | ||
This is an [emscripten](https://github.com/kripken/emscripten)-compiled version of the [dasm macro assembler](http://dasm-dillon.sourceforge.net/). It was created so 6502 assembly code could be compiled from JavaScript code. More especifically, it can be used to create Atari VCS 2600 and Fairchild Channel F roms from its macro assembly source code. | ||
@@ -34,3 +34,3 @@ ## Technical information | ||
// Read the output as a binarty (int array) | ||
// Read the output as a binary (int array) | ||
const ROM = result.FS.readFile("file.out"); | ||
@@ -37,0 +37,0 @@ ``` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
769180