COMPILER DESIGN

ADVANCED TOPICS IN COMPILER DESIGN

CODE GENERATION FOR OBJECT ORIENTED LANGUAGES

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Which of the following command would not be found in an assembly language?
A
LOAD
B
STORE
C
ADD
D
SORT
Explanation: 

Detailed explanation-1: -For example, where Intel uses the mnemonics MOV, MVI, LDA, STA, LXI, LDAX, STAX, LHLD, and SHLD for various data transfer instructions, the Z80 assembly language uses the mnemonic LD for all of them. A similar case is the NEC V20 and V30 CPUs, enhanced copies of the Intel 8086 and 8088, respectively.

Detailed explanation-2: -RISC (Reduced Instruction-Set Computer) DSP (Digital Signal Processor) CISC: Complex Instruction Set Computer. VLIW: Very Long Instruction Word.

There is 1 question to complete.