so i started to learn cpu as it figured high speed devices might be fun. I loaded up a test program ( 3 infact) and all produced 0 errors however did not work i tried testscreen1 and testscreen and hello world. so i figured i must be doing something wrong.
next I made a simple cpu program Code:
Start:
in eax,0
mov ebx,eax
out 5,ebx
jmp Start
however every time I run it I get error 2. so I tried reset clicked the cpu again so that I was sure that the program uploaded and tried it again with same results. repeat 10 times and still no results am i doing something wrong ?
Bookmarks