27.12.2012 Views

Virtual Machines – Architectures, Implementations, and ... - Hot Chips

Virtual Machines – Architectures, Implementations, and ... - Hot Chips

Virtual Machines – Architectures, Implementations, and ... - Hot Chips

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Decode-Dispatch Interpretation<br />

while (!halt) {<br />

inst = code(PC);<br />

opcode = extract(inst,31,6);<br />

switch(opcode) {<br />

case LdWordAndZero:LdWordAndZero(inst);<br />

case ALU: ALU(inst);<br />

case Branch: Branch(inst);<br />

. . .}<br />

}<br />

Instruction function list<br />

August 2005 VM Intro (c) 2005, J. E. Smith 28

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!