LC1.0
0 Stars     102 Views    

Author: Belinus

Project access type: Public

Description:

My first Computer, its still in Development, and am working on more space for your Code, more commands and etc.

I know this thing is not good at all, but it does its job and here are the possible instructions:

"01" -> Moves Value from next Adress to Register0. Example: Code "01 05" Loads Value 5 in Register0

"02" -> Moves Value form R0 to R1. Example: "02"

"03" -> Addes value from R0 and R1 and saves it in A. Example: "03"

"04" -> Moves Value from A to R0. Example: "04"

"05" -> Jumpes to given Adress in Code. Example: "05 00" Jumpes to Adress 00 in Code

"06" -> Compares if R0 and R1 are equal. Example: "06"

"07" -> Jumpes to given Adress if Command "06" returns false. Example: "07 03", Jumps to Adress 03 if "06" returns false


I know there are missing a lot of usefull commands, but this was my first test and i will work on it to get it better. 

Is there any way to get an clock faster than 50ms?


Created: Dec 25, 2021

Updated: Aug 27, 2023


Comments

You must login before you can post a comment.

Try Using this for more ROM's, so more programs are possible: https://circuitverse.org/users/78044/projects/prgm And your clock issue? You should use this project to understand the circuitverse clock delay, and make a faster clock than 50ms: https://circuitverse.org/users/4699/projects/circuitverse-delay-introduction
Posted on Jan 07 2022 at 03:09PM UTC. Last modified by noulmao on Jan 07 2022 at 03:17PM UTC.
+0
There is a way to make circuitverse go BRRRRRR with the clock module I borrowed
Posted on Jan 20 2023 at 05:43AM UTC.
+0