Build a program on Assembly language that can solve First Degree Equations in the form of Ax + B = 0. The coefficients of the equation should be entered from the keyboard and stored in variable address and the results will be stored in fixed address and will appear on the screen. Also, it should verify the cases of indefinite and weak equation and in each case it must display a message.