Use the registers to find the y value in the equation y = mx + b

Using the Registers for Integer Arithmetic Project: Use the registers to find the y value in the equation y = mx + b Description: You must store the slope value, m, and the y-intercept b value un memory. The computations will e done in the registers. You must use a double word length register, a word length register (like AX), and a single byte register (like AL or AH). Runs: Run the program and note the results in the registers. Requirements: Hand in a screen shot of your program’s registers after the computation is complete (a few test runs), a listing of your Assembly code, a written description of your program and what it does (input requirements, output results, and test run analysis)