CS 61C (Fall 2007)

Quiz 13

Two questions, submit as "quiz13".  Due 2:45pm before lecture 9/28/2007.


1.

An instruction represented in machine language is 0x00E86820. What's the assembly language form of this instruction? (Hint: watch out for the operand order.) Show at least a little of your work.

2.

What's the hexadecimal machine code representation of the single instruction infinite loop label: beq $0, $0, label? Please explain very briefly.