CSE :: Language Processors
-
The Process Manager has to keep track of:
-
Convert the 080D4E machine language instructions into assembly language, assuming that they were not generated by pseudo-ops:
-
Which of the following system program forgoes the production of object code to generate absolute machine code and load it into the physical main storage location from which it will be executed immediately upon completion of the assembly?
-
Convert the 48 machine language instructions into assembly language, assuming that they were not generated by pseudo-ops:
-
The macro processor must perform
-
In an absolute loading scheme, which loader function is accomplished by assembler
-
Convert the .BYTE h#F8 assembly language pseudo-ops into hexadecimal machine language:
-
In what module, multiple instances of execution will yield the same result even if one instancy has not terminated before the next one has begun?
-
A loader is
-
Bug means
A.
a program that places programs into memory and prepares them for execution
|
B.
a program that automate the translation of assembly language into machine language
|
C.
is a program that appears to execute a source program as if it were machine language
|
D.
program that accepts a program written in a high level language and produces an object program
|