Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 255 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 255 Bytes

GCC-asm-parser

An assembly parser for GCC

This does basically the same as the GodBold Code Explorer [1], but is not as fancy. Its intend is to use a local toolchain. The parser works with the assembly output from "gcc -S -g".

[1] https://godbolt.org/