Question: Problem 4: Python programming-bin to hex Write a python program which converts each line of 32-bit binary into hex format. The python program should read

Problem 4: Python programming-bin to hex 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 program's functionality
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
