Question: Can you please Convert everything to ARM Assembly Language. And Answer to the questions. Tnx 3. Instruction Set (10 points) In this question, choose any
Can you please Convert everything to ARM Assembly Language. And Answer to the questions. Tnx


3. Instruction Set (10 points) In this question, choose any two instructions to convert from assembly code to machine code and specify the instruction type. Note: the FUNCT field for add is 100000, and sll is 000000. Assume that the address of the first instruction is at 4. Hence, the address of the beq instruction is at 8 and so on add $8 $17 $18 beq $1 $2 label lw $8 2000 ($9) label: sll $10 $16 8 addi $0 $1 16 The opcodes are Instruction OPCODE add 100011 sll addi 001000 000100 Choose any TWO instructions, and convert them to machine code. If you have an swers for more than two instructions, only the first two in the sequence below will be considered o add $8 $17 $18 (a) Instruction Type (b) Machine instruction (in binary representation): beq $1 $2 label (a) Instruction Type (b) Machine instruction (in binary representation): lw $8 2000 ($9) (a) Instruction Type 3. Instruction Set (10 points) In this question, choose any two instructions to convert from assembly code to machine code and specify the instruction type. Note: the FUNCT field for add is 100000, and sll is 000000. Assume that the address of the first instruction is at 4. Hence, the address of the beq instruction is at 8 and so on add $8 $17 $18 beq $1 $2 label lw $8 2000 ($9) label: sll $10 $16 8 addi $0 $1 16 The opcodes are Instruction OPCODE add 100011 sll addi 001000 000100 Choose any TWO instructions, and convert them to machine code. If you have an swers for more than two instructions, only the first two in the sequence below will be considered o add $8 $17 $18 (a) Instruction Type (b) Machine instruction (in binary representation): beq $1 $2 label (a) Instruction Type (b) Machine instruction (in binary representation): lw $8 2000 ($9) (a) Instruction Type
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
