That's a high level language. That is a f**cking high level language.
@romulusnr, good, by the way, the ROL and ROR is rotate left and right, which means it shifts whatever is in any Register. So its like multiplying by 2, could be alot faster if you used this command instead, oh and new line is, call address #64 in RAM (not 64th, but the address' code is that), and then DISP, it will output a new line to the display, i should write this as its important how to handle the RAM
LOL, it's really simple, but here you go. 2175409
also can I see your program, im curious :)
Well, just like in some other computers, this one has some... restrictions, the decoder on the instruction ROM doesnt allow whole 29-bit number to pass in the BUS, because it divides them on three and sends them seperately, This **could** be resolved if i rewired it abit, but for now it is stored in the RAM, like, by default. The letters are 5 in a single FILT pixel, 0-26, 5bits each letter/new line/space. 29 - new line, 28 - space.
One more Q, how do you do letters in the disp? Or CRs?
Oh wow I was doing it all wrong. Now I got it. Woohoo, I made a working program. Well at least until it overflows. :) TY
Yes, The order is as follows: Press Instruction, Input any number, choose operand, enter button (on number), (repeat for desired number of operands) Enter button (Below instructions)
So you have to press enter button after every instruction?