Security News
PyPI Now Supports iOS and Android Wheels for Mobile Python Development
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
@chipcode/octo-assembler
Advanced tools
This package is just a very thin wrapper around John Earnest's excellent Octo-flavoured CHIP-8 assembler and disassembler. I made this wrapper just because it bugged me not to be able to depend on it through NPM.
npm install @chipcode/octo-assembler
And then you can run:
npx octo <input file> <output file>
Or use it in your package.json file:
{
"name": "example",
"scripts": {
"assemble": "octo input.8o output.ch8",
"disassemble": "octo --decompile input.ch8 output.8o",
"assemble-all": "echo 'Assembling all *.8o files...'; for file in `find . -type f -name \"*.8o\"`; do echo \" * $file\"; target=${file%.8o}; octo $file ${target}.ch8; done"
}
}
See https://github.com/JohnEarnest/Octo#command-line-mode for available command line options to the assembler.
FAQs
A packaged version of the Octo assembler
We found that @chipcode/octo-assembler demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.