7. Given the following code, if the user is prompted to enter a text and he entered "ABC", what is the offset of the "C"
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
7. Given the following code, if the user is prompted to enter a text and he entered "ABC", what is the offset of the "C"
7. Given the following code, if the user is prompted to enter a text and he entered "ABC", what is the offset of the "C" character in memory? 1 DATA DRG 1200H DATA1 DB 6,7,6 DUP (FF) MOV AH,0AH MOV DX,OFFSET DATA1 INT 21H A. 1200H B. 1201H C. 1202H D. 1203H 22 4 .CODE
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!