MINI-PROJECT ICS-232 LAB Total Marks [08] Submission last date: 21/MAY/2021 Dear Students please do all 4 problems and s
Posted: Fri May 20, 2022 1:12 pm
MINI-PROJECT ICS-232 LAB Total Marks [08] Submission last date: 21/MAY/2021 Dear Students please do all 4 problems and submit online. Problem No 1: Use DE BUG command U 100 to un assembled the in structions. What is the machine code corresponding to each assembly code instruction? Assembly code MOV AX, 2875 Machine Code ADD AX, 3789 MOV BX, AX SUB BX, 2845 NOP Problem No 2: Write an assembly program to add two numbers from the keyboard and display the sum of two numbers. Note: Use macros in your program.