We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ce006f commit b2dfe63Copy full SHA for b2dfe63
README.md
@@ -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