Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marian-c/marian-c.github.io
6502 Emulator and IDE for modern browsers
https://github.com/marian-c/marian-c.github.io
6502 assembler compiler emulator
Last synced: 24 days ago
JSON representation
6502 Emulator and IDE for modern browsers
- Host: GitHub
- URL: https://github.com/marian-c/marian-c.github.io
- Owner: marian-c
- Created: 2024-07-15T21:37:53.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-08-25T14:58:06.000Z (2 months ago)
- Last Synced: 2024-09-30T05:45:21.475Z (about 1 month ago)
- Topics: 6502, assembler, compiler, emulator
- Language: TypeScript
- Homepage: https://marian-c.github.io/
- Size: 1.57 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# marian-c.github.io
6502 Emulator and IDE
[marian-c.github.io](https://marian-c.github.io)
[](https://marian-c.github.io)
## Emulator
This is a [6502](https://en.wikipedia.org/wiki/MOS_Technology_6502) based [computer](https://www.youtube.com/playlist?list=PLowKtXNTBypFbtuVMUVXNR0z1mu7dp7eH) loosely based on the Ben Eater computer
but extensible enough that you can make emulate different configurations. You can upload your
own binaries or use the IDE feature## IDE
This also allows you to write your assembler code, compile it and run it in one go.
## Development
See the [.nvmrc](.nvmrc) file for the recommended node version
First time setup, install node dependencies
```shell
npm install
```Start the application in development mode:
```shell
npm run dev
```