Skip to content

A simple yet powerful virtual machine emulator implemented in Rust, featuring custom instruction sets, memory management, and advanced operations

Notifications You must be signed in to change notification settings

evielm9awda/rust-vm-emulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Rust Virtual Machine

This project implements a simple virtual machine in Rust, featuring:

  • A custom instruction set
  • Memory management
  • Register operations
  • Stack operations
  • Arithmetic and bitwise operations
  • Control flow and function call management

Usage

  • To build the project: cargo build
  • To run the project: cargo run

About

A simple yet powerful virtual machine emulator implemented in Rust, featuring custom instruction sets, memory management, and advanced operations

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages