26 lines
423 B
Markdown
26 lines
423 B
Markdown
# BytePusher Emulator
|
|
|
|
This is a play at emulating a BytePusher machine.
|
|
|
|
## Status
|
|
|
|
- [X] Memory
|
|
- [X] Color
|
|
- [X] CPU
|
|
- [X] Inner loop - 65536 instructions
|
|
- [X] Outer loop - 60fps display loop
|
|
- [X] Display adapter
|
|
- [X] SDL2 adapter
|
|
- [ ] Keyboard
|
|
- [ ] Audio
|
|
- [ ] Load/Save memory
|
|
- [ ] Load a ROM
|
|
|
|
## Usage instructions
|
|
|
|
TBD
|
|
|
|
|
|
## More information about the BytePusher VM
|
|
|
|
https://esolangs.org/wiki/BytePusher |