Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```