COMPILER DESIGN

INTRODUCTION TO COMPILER DESIGN

TYPES OF COMPILERS

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
____ language uses Mnemonic codes.
A
Assembly
B
Machine
C
High level
D
None of the above
Explanation: 

Detailed explanation-1: -Assembly language uses a mnemonic to represent, e.g., each low-level machine instruction or opcode, each directive, typically also each architectural register, flag, etc. Some of the mnemonics may be built in and some user defined. Many operations require one or more operands in order to form a complete instruction.

Detailed explanation-2: -The most commonly used assembly languages include ARM, MIPS, and x86.

Detailed explanation-3: -Examples of mnemonics in assembly language include ADD (which odd data), MUL (which multiplies data), MOV (which moves data), JUMP (which performs a jump operation).

There is 1 question to complete.