Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

collect ASM keyword information #7

Open
xsro opened this issue Oct 10, 2020 · 0 comments
Open

collect ASM keyword information #7

xsro opened this issue Oct 10, 2020 · 0 comments

Comments

@xsro
Copy link
Collaborator

xsro commented Oct 10, 2020

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"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant