Computer Science, asked by yashchauhan2468, 1 year ago

Short note on Mnemonics

Answers

Answered by priyanshuranjan1204
1

In programming, it is a name assigned to a machine function. For example, COM1 is the mnemonic assigned to serial port #1 on a PC. Programming languages are almost entirely mnemonics. For example, in x86 assembly language, CMP is used to represent the "compare" instruction and JE for "jump if equal."

Similar questions