Skip to content
#

assembler

assembly logo

Assembly is a low-level programming language in which there is a very strict correspondence between language instructions and architecture machine code instructions.

Here are 41 public repositories matching this topic...

⚙️ C99-compatible multipass compiler written in TypeScript with GCC extensions support. Features a handcrafted left-recursive parser, custom IR, SSA-based optimizer, and a full frontend/backend pipeline. Compiles to x86 machine code with integrated assembler and emulator.

  • Updated Oct 14, 2024
  • TypeScript

Created by Kathleen Booth

Released 1949

Followers
318 followers
Website
github.com/topics/assembly
Wikipedia
Wikipedia

Related Topics

c cpp operating-system