Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

RISC

Name: Anonymous 2011-09-22 9:29

/prog/, I'm working on a RISC instruction set that is more RISC than any RISC out there. I've devised an instruction format, plus fifteen core instructions that should suffice for any programming out there. The instruction format, instruction forms, and instructions can be found here:

http://jsbin.com/ekuwap

Any comments or suggestions?

Name: Anonymous 2011-09-23 21:22

>>33

You can't even copy the value of one register into another. Instead, you have to write the first register out to memory one byte at a time, read the data back into the register one byte at a time and then read the data into the target register one byte at a time.
Oh, shit. That's a gaping implementation hole.

Also, no way of detecting overflow/underflow in arithmetic operations, or perform bit rotation etc. etc.
Those are good ideas. How common are their use? Should they be included?

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List