Assembly Language Questions An example of defining a string
Assembly Language Questions
An example of defining a string that will print a hi surrounded by double quotes:
Select one:
a. .ASCII \"hi\\x00\"
b. No answer is correct
c. .ASCII \"Hi\\x00\"
d. .ASCII \"\\\"hi\\\"\\x00\"
An assembler translates from the Asmb5 level to:
Select one:
a. Instruction set architecture level
b. Operating system level
c. No answer is correct
d. Microcode level
A cross assembler on a brand X computer translates assembly language into machine language for brand Y computer.
Select one:
True
False
Solution
Example of defining a string that will print a hi surrounded by double quotes:
Correct option
bit-d: ASCII \"\\\"hi\\\"\\×00
An assembler translates from the Asmb5 level to:
Correct option : Bi
t b: Operating System machine level
A cross assembler on a brand X computer translates assembly language into machine language for brand Y computer.
Answer : true

