https://github.com/wadackel/rs-td4
WebAssembly TD4 Emulator with Rust.
https://github.com/wadackel/rs-td4
cpu-emulator rust td4 wasm webassembly
Last synced: about 1 year ago
JSON representation
WebAssembly TD4 Emulator with Rust.
- Host: GitHub
- URL: https://github.com/wadackel/rs-td4
- Owner: wadackel
- License: mit
- Created: 2019-06-16T16:15:29.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-04-22T09:49:04.000Z (about 5 years ago)
- Last Synced: 2025-03-17T14:35:00.363Z (about 1 year ago)
- Topics: cpu-emulator, rust, td4, wasm, webassembly
- Language: Rust
- Homepage: https://wadackel.github.io/rs-td4/
- Size: 436 KB
- Stars: 8
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rs-td4
[](https://circleci.com/gh/tsuyoshiwada/rs-td4)
> WebAssembly TD4 Emulator with Rust.
TD4 is a 4bit extremely simple CPU.
This project implements TD4 in Rust, and uses WebAssembly to emulate the CPU on a web page.
## Try TD4 Emulator

https://wadackel.github.io/rs-td4/
- Auto Clock (1Hz)
- Manual Clock
- Write ROM
- Display registers, ports
## Thanks
- [CPU の創りかた](https://www.amazon.co.jp/CPU%E3%81%AE%E5%89%B5%E3%82%8A%E3%81%8B%E3%81%9F-%E6%B8%A1%E6%B3%A2-%E9%83%81/dp/4839909865)
## LICENSE
[MIT © tsuyoshiwada](./LICENSE)