Skip to content

Commit b2dfe63

Browse files
authored
Create README.md
1 parent 5ce006f commit b2dfe63

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
Virtual Machine/Assembler for mattbatwings new redstone CPU. Read below instructions and controls.
2+
3+
Instructions:
4+
Drag a .as file onto the program to load it.
5+
Make sure that python is installed and that the python command in the command line works correctly.
6+
Press control+s or f5 to save the assembly code and assemble and load the bytecode,
7+
Assembled bytecode is stored in the same directory as the .as file but with a .mc extension.
8+
9+
Controls:
10+
Make sure text editor is not focused.
11+
WASD - Up, Left, Down, Right
12+
T - Select
13+
Y - Start
14+
J - B
15+
K - A

0 commit comments

Comments
 (0)