From 4eec3e75689ffd14ddf0c97612dcd8257c73b874 Mon Sep 17 00:00:00 2001 From: pjht Date: Wed, 8 Feb 2017 08:15:29 -0600 Subject: [PATCH] stuff --- JamesRogers999-CPU2/Programing Guide.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/JamesRogers999-CPU2/Programing Guide.txt b/JamesRogers999-CPU2/Programing Guide.txt index d56fb07..2076941 100644 --- a/JamesRogers999-CPU2/Programing Guide.txt +++ b/JamesRogers999-CPU2/Programing Guide.txt @@ -17,7 +17,7 @@ How to save a program How to send your program ---------------------------- -------------------------------------Getting started----------------------------------------- -when you enter logisim and open my CPU, you will start out in one of the circuits of the CPU, +When you enter logisim and open my CPU, you will start out in one of the circuits of the CPU, all you have to do is double click on "Main", you will see it on the left. you will also need to click on simulate->tick frequency->4.1KHz, then simulate->ticks enabled @@ -74,7 +74,7 @@ an example of a jump command is 000 JMP 005. when the command is executed the CP to line 5. --------------------------------------------------------------------------------------------- ----------------------------------------Stop------------------------------------------------- -This is needed at the end of every program that doesn’t loop, it does the same as the reset +This is needed at the end of every program that doesn't loop, it does the same as the reset button by stopping the program. The written command is STP