Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

dasm

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dasm - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

package.json
{
"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 @@ ```

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc