Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 349 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 349 Bytes

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