Skip to content

collect ASM keyword information #7

Open
@xsro

Description

@xsro

The extension mainly designed for x86 assembly (TASM/MASM)

How can I collect and classify the keyword information

according to wikipedia, there are:

  • 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"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions