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
- To build the project: cargo build
- To run the project: cargo run