Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kkinos/ktc32-emu
KTC32 emulator written in Rust.
https://github.com/kkinos/ktc32-emu
cpu emulator rust
Last synced: 7 days ago
JSON representation
KTC32 emulator written in Rust.
- Host: GitHub
- URL: https://github.com/kkinos/ktc32-emu
- Owner: kkinos
- License: mit
- Created: 2022-09-21T13:39:48.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-21T14:09:34.000Z (almost 2 years ago)
- Last Synced: 2024-02-18T00:23:30.591Z (10 months ago)
- Topics: cpu, emulator, rust
- Language: Rust
- Homepage:
- Size: 1.36 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ktc32-emu
[![Rust](https://github.com/kinpoko/ktc32-emu/actions/workflows/rust.yml/badge.svg)](https://github.com/kinpoko/ktc32-emu/actions/workflows/rust.yml)
![License](https://img.shields.io/github/license/kinpoko/ktc32-emu?color=blue)ktc32-emu is an emulator written in Rust for [KTC32](https://github.com/kinpoko/ktc32), a hobby 32-bit CPU implemented in SystemVerilog.
## Build
```bash
git clone https://github.com/kinpoko/ktc32-emu.git
cargo build --release
```## Usage
```bash
ktc32-emu -h
ktc32-emu 0.1
kinpoko
KTC32 emulatorUSAGE:
ktc32-emuARGS:
OPTIONS:
-h, --help Print help information
-V, --version Print version information
```## Demo
![demo](gif/demo.gif)