What is the purpose of pseudo-operations (pseudo-ops) in assembly language?

Lab Review 2

Quiz
•
Mathematics
•
University
•
Hard

Navin Senthil
Used 93+ times
FREE Resource
Student preview

22 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
They are instructions executed by the CPU.
They are assembler directives that tell the assembler where to put a program or allocate space.
They act as comments for the programmer.
They perform calculations when the program executes.
2.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What is the symbol table for the following program?
3.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Which of the following is NOT a reason we’d use the stack?
To save and restore registers
To allow for recursive subroutine calls
To allocate space for local variables
To dynamically allocate memory
4.
MULTIPLE SELECT QUESTION
20 sec • 1 pt
Which of the following are the responsibilities of the callee? Select all that apply.
JSR to the subroutine
Save and restore registers
Pushes and pops arguments
Stores return value on stack
5.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What is the problem with this callee buildup?
We should be saving space for the return value after the local variables
The registers are being saved in the incorrect order
The frame pointer is set incorrectly
Nothing, it’s perfect.
6.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
What is the correct order of stack teardown?
Callee: save return value, restore RS & R7, restore registers, RET; Caller: pop arguments, pop return value
Callee: restore registers, restore R5 & R7, save return value; Caller: RET, pop arguments, pop return value
Callee: save return value, restore R5 & R7, RET; Caller: restore registers, pop return value, pop arguments
Callee: save return value, restore registers, restore R5 & R7, RET; Caller: pop return value, pop arguments
7.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
What does R6 point to when we finish callee teardown and call RET?
Return value
Old frame pointer
First argument
Last argument
Create a free account and access millions of resources
Popular Resources on Quizizz
15 questions
Multiplication Facts

Quiz
•
4th Grade
20 questions
Math Review - Grade 6

Quiz
•
6th Grade
20 questions
math review

Quiz
•
4th Grade
5 questions
capitalization in sentences

Quiz
•
5th - 8th Grade
10 questions
Juneteenth History and Significance

Interactive video
•
5th - 8th Grade
15 questions
Adding and Subtracting Fractions

Quiz
•
5th Grade
10 questions
R2H Day One Internship Expectation Review Guidelines

Quiz
•
Professional Development
12 questions
Dividing Fractions

Quiz
•
6th Grade