theyashwanthsai / byteEMU

yet another bytepusher emulator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bytePusher Emulator

Yet another bytepusher emulator.

Emulator for bytePusher, to learn more about Emulation development. Written in rust. bytePusher is a simple VM. Learn more from here

A basic roadmap for building this emulator:

CPU:

ByteByteJump, Move a byte from one location and jump to another.

Methods:

  • loadRom
  • read
  • write
  • outerLoop

About

yet another bytepusher emulator


Languages

Language:Rust 79.7%Language:Makefile 20.3%