| Image: 
  Author: Kutis96.Linux.Ubuntu Group: Default Filesize: 24.99 kB Date added: 2010-06-29 Rating: 4.5 Downloads: 533 Views: 649 Comments: 0 Ratings: 2 Times favored: 0 Made with: Algodoo Phunlet Tags: 
 | The new CPU version is here! It supports now more commands and more things, now it's easier to interface with command memory! The demo of this is comming soon!
 The list of commands:
 
 ["TEXT", "Hello world!"] - This will write "Hello world!" on text output.
 ["NUM", 2] - This will set the numeric output to 2
 ["RESET"] - This will reset CPU
 "RESET" - Guess what
 ["ADDTEXT", "This is the new CPU."] - This will add text to the end of text output - so it will look like this: "Hello world! This is the new CPU."
 ["ADDTEXTSTART", "Euhmm..."] - This will add text to the start of text.
 ["ADDNUM", 2] - This will add 2 to the num output, so it looks like this: 2 +2
 ["SUBNUM", 2] - This will substract 2 from the num output : 2 - 2
 ["MULTNUM", 2] - This will multiply 2 the output : 2 * 2
 ["RAISETOPOWERNUM", 2] - This will raise to power the num output of 2
 ["RTPNUM", 2] - This makes the same thing like that before...
 ["START"] - Starts programm from memory
 ["STOP"] - The last sector of programm in memory must to contain this. This stops the sector-counting.
 ["LINE", 2] - This moves the programm reading to the sector 2 in memory.
 ["INTEXTADD"] - This adds the text to output from data input. This should be used as keyboard.
 ["INTEXTADDSTART"] - This adds the text to the start. Warning! This makes the written text reversed XD
 ["INNUMSET"] - This commands sets the num output to num input value.
 ["INNUMADD"] - NUM OUT = NUM OUT + NUM IN
 ["INNUMSUB"] - NUM OUT = NUM OUT - NUM IN
 ["INNUMDIV"] - NUM OUT = NUM OUT / NUM IN
 ["INNUMMULT"] - NUM OUT = NUM OUT * NUM IN
 ["INNUMRTP"] - NUM OUT = NUM OUT ^ NUM IN
 ["CLS"] - Clears the screen
 
 Enjoy! This one is fully working XD and now it can use the DATA IN pin. I forgot to write an interface for it, so i did it for this version.
 
 so Enjoy! and THANX FOR READING! DEMO SOON!!!
 |