Hi! Today I'm like to present my 8-bit cpu simulation. It's contains operations like normal computer processor. Also it takes few options to communicate with user. You can write your own program using 16 variables of cache, 4096 bytes of ram and 4335 commands rom. To write operation: number of command ; argument 1 ; argument 2 ; Operations: 0-jump to a1*256+a2 1-wait for enter 2-set C 3-copy C 4-set R 5-add a+b 6-subtract a-b 7-?a=b 8-?a>b 9-?a<b 10-set rom address(a1*256+a2) to edit 11-eddit rom address 12-device command: (12; number of subcommand; argument;) 0-clear screen 1-add number to screen 2-add spacer 3-new line 4-read number 5-read controler 6-set RAM 7-read RAM 13-read clock 14-set clocking 15-end Errors: -1 -The program was executed correctly 1-Bad command 2-Bad first argument(0 <= a1 <= 15) 3-Bad second argument(-256 <= a1 <= 255) 4-Screen overflow 5-Error during reading from file
All were created by LeonO (Kameleon2) 31-03-2017 Simply programs written by me: -Fibonacci numbers 2;0;0; 2;1;1; 2;2;0; 2;3;12; 2;4;1; 12;1;0; 12;2;0; 5;0;1; 3;0;1; 4;1;0; 12;1;0; 12;2;0; 9;2;3; 15;0;0; 5;2;4; 4;2;0; 0;0;7; -Adding 12;4;0; 4;0;0; 12;1;0; 12;2;0; 12;4;0; 4;1;0; 12;1;1; 12;2;0; 12;2;0; 5;0;1; 4;0;0; 12;1;0; 12;3;0; 0;0;0; Write your own and share below. Best users programs: