Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
b1shtream authored Aug 15, 2024
1 parent c86a0d4 commit 9585bee
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,16 @@ Creating a VM from scratch
![image](https://github.com/user-attachments/assets/505ddc60-2ddb-4f13-9024-fe088c964025)

Check out quick [notes](./notes.md)


Step 1: Compile

```
g++ vm.cpp -o vm
```

Step 2: Run

```
./vm 2048.obj
```

0 comments on commit 9585bee

Please sign in to comment.