Convert the .BYTE h#F8 assembly language pseudo-ops into hexadecimal machine language________________?
A. F8
B. 03 16
C. 0111EF
D. 42 65 61 72
A. F8
B. 03 16
C. 0111EF
D. 42 65 61 72
A. Interpreter is a kind of translator
B. Interpreter generates an object program from the source program
C. Interpreter analyses each source statement every time it is to be executed
D. All of the above
A. many functions do not have to be implemented twice
B. more flexibility is available to the programmer in which he/she may use all the features of the assembler in conjunction with macros
C. Functions are combined and it is not necessary to create intermediate files as output from the macro processor and input to the assembler
D. All of the above
A. ASRA
B. ADDA h#01FE, i
C. LOADA h#OD4E, i
D. STOREA h#014B, d
A. Utility program
B. Security software
C. Networking software
D. Documentation system
A. 40
B. 0111EF
C. 9001000000
D. DA000F
A. to build a uniform symbol table
B. to build a literal table and an identifier table
C. to parse the source program into the basic elements or tokens of the language
D. All of the above