Write a program called parity.asm that jumps to a label if AL has even parity and prints, "AL has even parity.". if AL has odd parity, Jump tp a label and print, "AL has odd parity."
Test your program for every possible case, and screenshot the output. Use the print_string procedure to print your output. Remember, you can jump to the exit label from anywhere in your program.
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here