
Security News
Axios Supply Chain Attack Reaches OpenAI macOS Signing Pipeline, Forces Certificate Rotation
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.
#ASEM51
This is a node.js wrapper for asem-51
##Install
LINUX
Before use this package you should install ASEM-51 from http://plit.de/asem-51
npm install --save asem51
##Usage
To compile assembly for 8051 in file main.a51 you can type
$ asem51 -v main.a51
WARNING: This cli wrapper only tested on Linux but if you want use the API just read the API description below. Thanks.
##API
asyncAsem(args)
This function will take arguments exactly like the arguments that you type with cli asem51 and this function will return parsed error if there are errors on your assembly code.
[[ { file: 'test/main.a51',
line: '1',
column: '6',
message: 'illegal operand' },
{ file: 'test/main.a51',
line: '2',
column: '10',
message: 'no END statement found' } ]]
with -v verbose option the output with error
[ { verbose: 'MCS-51 Family Macro Assembler ASEM-51 V1.3 2 errors detected' },
[ { file: 'test/main.a51',
line: '1',
column: '6',
message: 'illegal operand' },
{ file: 'test/main.a51',
line: '2',
column: '10',
message: 'no END statement found' } ] ]
##License
MIT
FAQs
Node.js wrapper for ASEM-51
The npm package asem51 receives a total of 10 weekly downloads. As such, asem51 popularity was classified as not popular.
We found that asem51 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
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.

Security News
Open source is under attack because of how much value it creates. It has been the foundation of every major software innovation for the last three decades. This is not the time to walk away from it.

Security News
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.