You must login before you can post a comment.
Author: Belinus
Forked from: Belinus/LC1.0
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: Nov 15, 2023
Updated: Nov 16, 2023
Comments