Question
In asymbly language please 11. [1pt] Show an example of a block comment. 12. [1pt] (True/False): An Object file is produced by the Linker. 13.
In asymbly language please
11. [1pt] Show an example of a block comment.
12. [1pt] (True/False): An Object file is produced by the Linker.
13. [1pt] (True/False): A Listing file is produced by the Assembler.
14. [1pt] (True/False): A link library is added to a program just before producing an Executable file.
15. [1pt] Which data directive creates a 32-bit signed integer variable?
16. [1pt] What does a DUP operator do?
17. [1pt] Give a brief description of the BCD data format.
18. [1pt] What is this operator denoted by $ called and what is its functionality? (ref Ch 3.5.1 - 3.5.2)
Generate a listing file for AddTwoSum.asm(in 3.4.3 of the text) and write a description of the machine code bytes generated for each instruction. You can write your descriptions directly over the .lst file. You might have to guess at some of the meanings of the byte values.
Submit the .lst file with your description over it.
Hints: Watch Tutorial #3 and read section 3.3.2 for an example of listing file and to learn how to configure the assembler to generate one; You can read more on op codes and other code bytes for each instruction in Ch 12.3.
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