varying instruction length - Printable Version +- Forums - Open Redstone Engineers (https://forum.openredstone.org) +-- Forum: ORE General (https://forum.openredstone.org/forum-39.html) +--- Forum: Build Discussion (https://forum.openredstone.org/forum-50.html) +--- Thread: varying instruction length (/thread-6888.html) |
varying instruction length - Konstacon - 06-29-2015 in various processors we see instead of fixed length instructions and the necessity for 2^x length IS to fit within ramĀ (for von neumann), the processors use byte-by-byte info for instructions. i say for processors we organize instructions by the width of the instruction, and increment the PC accordingly like in traditional processors. thoughts? |