USING

Categories:

Quiz: USING

1. 
Which line causes the first assembly error?

USING *,R7, R8

X DS CL4

Y DS CL4

MVC X,Y

DROP R7

MVC X,Y

DROP R8

MVC X,Y

Deselect Answer

2. 
What directive frees the registers previously committed by a simple USING statement?
3. 
What follows the first operand of a simple USING statement?
4. 
What is the first operand of a simple USING statement?
5. 
Which line causes the first assembly error?

USING *,R7, R8

X DS CL4

Y DS CL4

MVC X,Y

DROP R8

MVC X,Y

DROP R7

MVC X,Y

Deselect Answer

6. 
Choose one reasons for an addressability error.
7. 
What is the domain of a simple USING statement?
8. 
What is the range of a simple USING statement?
9. 
How much storage can a single base register cover?
10. 
What is the purpose of a simple USING statement?