Question: Subject: Microprocessor and Microcontroller C01 1. (a) Find the errors in the following code and correct them with necessary explanation. [5] .MODEL SMALL .STACK .DATA
Subject: Microprocessor and Microcontroller 
C01 1. (a) Find the errors in the following code and correct them with necessary explanation. [5] .MODEL SMALL .STACK .DATA MAIN PROC MOV AH,2 CMP AL, BX JNBE ELSE MOV DL, AL JMP DISPLAY ELSE: MOV AL,BL DISPLAY INT 23H END IF: MAIN ENDP END MAIN
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
