Playing around with 6502 assembly in wasm with a pretend board
- https://en.wikipedia.org/wiki/MOS_Technology_6502
- https://cc65.github.io/
- http://6502.org/tutorials/6502opcodes.html
- https://www.youtube.com/watch?v=PxZGoiWvA4A
You need clang installed and be running Ubuntu (by default).
make setup
make wasm
make asm
make serve_asm
- $ is base 16