Question: Write a python program which converts each line of 32-bit binary into hex format. The python program should read from a text file of MIPS

Write a python program which converts each line of 32-bit binary into hex format. The python program should read from a text file of MIPS machine code (similar to the output file MIPS_machine_code.txt of your assembler in homework 1), and should output another text file (for example, MIPS_machine_code_hex.txt) containing each instruction in hex form (for example, 0x200F0003 ).

Attach: 1) your code, 2) a screenshot of its runtime output demonstrating its functionality, and 3) the input and output files you should design the input file to demonstrate the programs functionality.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!