mirror of
https://github.com/emkay/parser-6502.git
synced 2024-12-21 15:29:19 +00:00
Merge branch 'master' of github.com:emkay/parser-6502
This commit is contained in:
commit
309cbd59d4
@ -1,4 +1,6 @@
|
||||
# parser-6502
|
||||
|
||||
[![Greenkeeper badge](https://badges.greenkeeper.io/emkay/parser-6502.svg)](https://greenkeeper.io/)
|
||||
Parser for 6502 assembler
|
||||
|
||||
This is a parser written in javascript that will parse assembler written for the [6502 8-bit microprocessor](https://en.wikipedia.org/wiki/MOS_Technology_6502).
|
||||
@ -37,7 +39,7 @@ console.log(result)
|
||||
|
||||
## Installation
|
||||
|
||||
`npm i paser-6502`
|
||||
`npm i parser-6502`
|
||||
|
||||
## License
|
||||
|
||||
|
@ -7,9 +7,9 @@
|
||||
"mona": "^0.9.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"standard": "^8.1.0",
|
||||
"standard-version": "^3.0.0",
|
||||
"tap": "^7.1.2",
|
||||
"standard": "^9.0.1",
|
||||
"standard-version": "^4.0.0",
|
||||
"tap": "^10.3.0",
|
||||
"weallbehave": "^1.2.0",
|
||||
"weallcontribute": "^1.0.8"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user