Language Processors A translator which reads an entire programme written in a high level language and converts it into machine language code is: compiler assembler translator system software compiler assembler translator system software ANSWER DOWNLOAD EXAMIANS APP
Language Processors In an absolute loading scheme, which loader function is accomplished by assembler Reallocation Allocation Linking Loading Reallocation Allocation Linking Loading ANSWER DOWNLOAD EXAMIANS APP
Language Processors Convert the .WORD d#790 assemblylanguage pseudo-ops into hexadecimal machine language: 42 65 61 72 F8 03 16 0111EF 42 65 61 72 F8 03 16 0111EF ANSWER DOWNLOAD EXAMIANS APP
Language Processors Convert the 48 machine language instructions into assembly language, assuming that they were not generated by pseudo-ops: STOREA h#014B, d ASRA LOADA h#OD4E, i ADDA h#01FE, i STOREA h#014B, d ASRA LOADA h#OD4E, i ADDA h#01FE, i ANSWER DOWNLOAD EXAMIANS APP
Language Processors The advantage(s) of incorporating the macro processor into pass 1 is/ are: All of these more flexibility is available to the programmer in which he/she may use all the features of the assembler in conjunction with macros Functions are combined and it is not necessary to create intermediate files as output from the macro processor and input to the assembler many functions do not have to be implemented twice All of these more flexibility is available to the programmer in which he/she may use all the features of the assembler in conjunction with macros Functions are combined and it is not necessary to create intermediate files as output from the macro processor and input to the assembler many functions do not have to be implemented twice ANSWER DOWNLOAD EXAMIANS APP
Language Processors In which addressing mode, the effective address of the operand is generated by adding a constant value to the contents of register? immediate mode index mode indirect mode absolute mode immediate mode index mode indirect mode absolute mode ANSWER DOWNLOAD EXAMIANS APP