Skip to content

Latest commit

 

History

History
22 lines (21 loc) · 462 Bytes

README.md

File metadata and controls

22 lines (21 loc) · 462 Bytes

atom-language-assembly-y86-64

Done by a UBC Student Struggling with CPSC313 At This Moment In Time

  • Bored of looking at Ugly Red-underlines all over the place
  • Decides to look at the source code of a x86 Atom Language repo
  • Studied a bit of REGEX and here we are
  • Supports y86-64 toy instruction sets.

Supported Syntaxes/Grammars Includes ...

  • halt
  • nop
  • ret
  • rrmovq
  • cmovXX
  • irmovq
  • rmmovq
  • mrmovq
  • OPq
  • jXX
  • call
  • pushq
  • popq
  • ...