Answered step by step
Verified Expert Solution
Question
1 Approved Answer
11. The value of BH after executing the following 12. To print a single character on screen using instructions is h int 21h we use
11. The value of BH after executing the following 12. To print a single character on screen using instructions is h int 21h we use subfunction .......h STC MOV CL, 2H MOV BH, 12 RCI BH, CL a) 09 b) 0A c) 01 d) 02 a) 32 b) 19 c) 3A d) 1D 13. The value of x after executing the following code is 14. The value of Y after executing the following code is X DW ? X DB 'Assembly' MOV AX, 0B2AH PUSH AX Y DB 5 DUP('*') INC AX STD PUSH AX MOV SI, OFFSET X +6 POP X MOV DI, OFFSET Y +4 MOV CX, 3 a) 0B2B b) 0B2A c) 0A2C d) 0A2B REP MOVSB MOVAK1 '?\#' STOSB a) sembl b) ?\#mbl c) Hmbl d) ?\#sembl
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started