You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Opcode mnemonics: (操作码助记符) Generally, a mnemonic is a symbolic name for a single executable machine language instruction (an opcode), and there is at least one opcode mnemonic defined for each machine language instruction. Each instruction typically consists of an operation or opcode plus zero or more operands.
Data definitions: (数据定义指令)instructions used to define data elements to hold data and variables
Assembly directives:( 汇编伪指令)Assembly directives, also called pseudo-opcodes, pseudo-operations or pseudo-ops, are commands given to an assembler "directing it to perform operations other than assembling instructions"
The text was updated successfully, but these errors were encountered:
The extension mainly designed for x86 assembly (TASM/MASM)
How can I collect and classify the keyword information
according to wikipedia, there are:
The text was updated successfully, but these errors were encountered: