doinkythederp / nasm-language-support

Visual Studio Code extension offering language features for NASM Assembly
https://marketplace.visualstudio.com/items?itemName=doinkythederp.nasm-language-support
ISC License
7 stars 2 forks source link

There are missing NASM instructions, registers, and macros #16

Open GabrielFrigo4 opened 1 year ago

GabrielFrigo4 commented 1 year ago

I found this syntax project very interesting. But there are registers and instructions like AVX, which just aren't in that syntax, plus macros like __?utf16?__

AVX register: https://en.wikipedia.org/wiki/Advanced_Vector_Extensions X86 register: https://wiki.osdev.org/CPU_Registers_x86-64 All x86 instructions: https://www.felixcloutier.com/x86/

doinkythederp commented 1 year ago

Hello, feel free to make a PR with any instructions that you would like but are missing.

sebanovo commented 3 months ago

pr