Skip to content

Commit

Permalink
Remove references to old RustVM name 📖
Browse files Browse the repository at this point in the history
  • Loading branch information
ClementNerma committed Dec 11, 2024
1 parent 4c1f441 commit 3205b4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/Architecture.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Rust VM
# LRVM Architecture

- [Central Processing Unit](#central-processing-unit)
- [Processor](#processor)
Expand Down Expand Up @@ -31,7 +31,7 @@
- [Processor control instructions](#processor-control-instructions)
- [Alias instructions](#alias-instructions)

RustVM is a single-threaded, lightweight virtual machine created for challenge purposes as well as to study how hardware behaves.
LRVM is a lightweight virtual machine created for challenge purposes as well as to study how hardware behaves.

## Central Processing Unit

Expand Down

0 comments on commit 3205b4e

Please sign in to comment.