[SOLVED] CS mips assembly Write and test a MIPS assembly language program that

$25

File Name: CS_mips_assembly_Write_and_test_a_MIPS_assembly_language_program_that.zip
File Size: 649.98 KB

5/5 - (1 vote)

Write and test a MIPS assembly language program that
1. Prompts the user for a machine code of a MIPS instruction, i.e. a 32-bit binary represented in hexadecimal. Obviously, the input must bea string of 8 hexadecimaldigits (the prefix 0x is not required.)
1.a If the input was an empty string exit the program.
2. Checks for the validity of the input and print an error message if an invalid string was inputted(e.g. too long, too short, contain invalid characters, etc..). The error message should tell the user the cause of the error.
3. Checks if the opcode of the instruction is one of the following:
a. Arithmetic and logical (i.e. the opcode is 0)
b. Data transfer (lw and swonly)
If it is print out the opcode in decimal.
4. If the opcode was not one of those prints out a message telling the user that the opcode was not recognized.
5. Go back to step 1.

Reviews

There are no reviews yet.

Only logged in customers who have purchased this product may leave a review.

Shopping Cart
[SOLVED] CS mips assembly Write and test a MIPS assembly language program that
$25