Answered step by step
Verified Expert Solution
Question
1 Approved Answer
suppose certain registers have ASCII code for a an alphabetical character and give logical instruction to change character in the register to lower case IF
suppose certain registers have ASCII code for a an alphabetical character and give logical instruction to change character in the register to lower case IF its upper case.
Mind that result is in hex and justify the answer
Suppose AL BL and CL contain ASCII code for some alphabetical character.
Note that ASCII for A and B are and and ASCII for and are and
Give a logical instruction to change the character in AL to lowercase if it is uppercase. No change if it is already lowercase.
Instruction:
Justify your answer or show work.
If had after value in :in hex Show work.
Give a logical instruction to change the character in BL to uppercase if it is lowercase. No change if it is already uppercase.
Instruction:
Justify your answer or show work.
If had after value in BL: in hex Show work.
Give a logical instruction to change the character in CL to uppercase if it is lowercase and change it to lower if is upper.
Instruction:
Justify your answer or show work.
If CL had after value in : in hex Show work.
Give an "and" instruction that replaces a number in DX with the remainder of the number when divided by
Instruction:
Justify your answer or show work.
If DX had d after value in DX: in hex Show work.
Suppose the register contains an unsigned number whose value is between and
Note that ASCII for the characters, and are and
Write a logical instruction to convert the value in to the ASCII for the decimal digit corresponding to the value.
Instruction:
Justify your answer or show work.
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