Mips Assembly Language

Need help with similar Computer Science questions?

Ask A Question

Question: Mips Assembly Language

Asked
Modified
Viewed 59

Please be clear and show some work.

This order does not have tags, yet.

More Instructions
CSCI 260 Homework 2 – Assembler The goal of this homework is to immitate an assembler. Recall that a major step in assemblers is to translate pseudoinstructions into real instructions. Do this for each of the following instructions, where big refers to a 32-bit immediate. Make sure to do it as efficiently as possible while following the rules (unlike previous homeworks, where efficiency was not emphasized). Pseudoinstruction What it accomplishes move $sp,$fp sp←fp addi $s5,$s5,big s5← s5+big sw $s6,big($gp) like sw but with a 32-bit offset ble $t2,$t3,L if t2≤t3 goto L You may use the notation biglo and bighi to refer to the lower and upper 16 bits of big – note that this can be determined at assembly-time since big is an immediate. As always, the only branch-related instructions allowed in this course are slt, slti, beq, and bne (and the various forms of jump). Submission Same rules as usual, password-only. c©This may not be posted or distributed anywhere either in part or whole
Answers 0

No answers posted

Post your Answer - free or at a fee

Login to your tutor account to post an answer

Posting a free answer earns you +20 points.

Login

Ask a question for free and get answers to get Computer Science assignment help with a similar task to this question.