language-assembly-y86-64
An assembly grammar for Atom.
- Unamused by no support of y86-64 grammar for Atom IDE
- Decides to look at the source code of a x86 Atom Language repo
- Studied a bit of REGEX and now we are here
- Supports Intel syntax and y86-64 toy instruction sets.
Supported Syntaxes/Grammars Includes ...
- halt
- nop
- ret
- rrmovq
- cmovXX
- irmovq
- rmmovq
- mrmovq
- OPq
- jXX
- call
- pushq
- popq
- ...