Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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 emulator

USAGE:
ktc32-emu

ARGS:

OPTIONS:
-h, --help Print help information
-V, --version Print version information
```

## Demo

![demo](gif/demo.gif)