I hope you can help me with my requirement in assembly.
I need a code with an input that can add and subtract binary.
Example Output:
Enter Operation You Want to Execute, Press 1 for Addition Press 2 for Subtract
You selected Addition
Enter the 1st 4bit binary:
1001 (here the user will input a binary)
Enter the 2nd 4bit binary
0001 (here the user will input a binary)
The answer is: 1010
Press Enter to return or ESC to end this program.
:cool:


Sign In
Create Account

Back to top









