5. Given the following code, what is the output on the screen after execution? DATA DATA DB "SEXAM" CODE MOV AH, 09 MOV
Posted: Thu Jun 02, 2022 8:34 am
5. Given the following code, what is the output on the screen after execution? DATA DATA DB "SEXAM" CODE MOV AH, 09 MOV DL, "K" MOV DX, OFFSET DATA INT 21 A. EXAM B. K C. SEXAM D. $ E. NO THING APPEARS