Question: Using MPLAB write a MIPS assembly language program to calculate a DeBruijn sequence for a 5 digit binary number (calculate a DeBruijn sequence of length
Using MPLAB write a MIPS assembly language program to calculate a DeBruijn sequence for a 5 digit binary number (calculate a DeBruijn sequence of length N=5 for an alphabet of size k=2). The length of this sequence is 25 or 32 characters. If you use one bit to represent each character this will fit in one register. One possible solution for this problem is 0x07DCD629. Place your solution in V0 before the conclusion of your program, If you choose a different representation for your answer you must document that at the top of your code and V0 should contain the address of your answer block. The documentation at the top of your code should include a statement about whether your code works. If you use an algorithm other than the algorithm we discussed in class you must describe that algorithm (a link to a web page describing the algorithm is sufficient). Hand in just the assembly code.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
