释义 |
mnemonic code 助记[忆]码;[助忆码] Often referred to as “memory codes”, these are designed to assist programmers in remembering instructions corresponding to a given operation; for example, MPY for multiply. Source statements can be written in this symbolic language and then translated into machine language. 通常又称“记忆码”,用来帮助程序员记忆与给定操作对应的指令。例如用MPY表示乘法(multiply)。可以用这种符号语言来写源语句,然后翻译成机器语言。 |