Recent content by shieldcy

  1. S

    Show the hex representation of MIPS instructions

    Could you please show me the way to convert hex value 0x8E6A0010 to decimal?
  2. S

    Show the hex representation of MIPS instructions

    It's an exam type question but MIPS assembly language table (http://en.wikipedia.org/wiki/MIPS_architecture#MIPS_assembly_language) will be provided in exams
  3. S

    Show the hex representation of MIPS instructions

    Hey all Homework Statement Here i want to translate them and show the hex representation of these instructions: 1)add $t0, $t0, $zero 2)lw $t2, 16($s3) Homework Equations The Attempt at a Solution eg. 2) lw | $s3 | $t2 | 16 I-TYPE then translate the assembly code: 35 | 19 | 10 | 16 The...
Back
Top