Question: Question# 2 ( 4 pts ) Using a single instruction, perform the following: ( 6 pts ) Convert an unpacked BCD digit in AL into
Question# pts
Using a single instruction, perform the following: pts
Convert an unpacked BCD digit in AL into its ASCII code:
Given Increment without using INC or ADD :
Reset the first most significant bits in BX:
Set carry flag without affecting the other flags:
Question# pts
Given the following code that allows the user to insert string from keyboard using DOS interrupt:
ORG
DATA DB DUPCCH
MOV AH AH
MOV DX OFFSET DATA
INT
A What's the contents of the following locations upon executing the code: : H: :
B If the user Inserts the string "COMPUTER" and presses the CR what will be the contents of the following locations: H:
AH:
C If DS After the previous insertion, what's the physical address for the memory location holds the CR:
D Using one instruction, change the CR in the string into letter S:
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
