Skip to main content

Module parser

Module parser 

Source
Expand description

Assembly text parser

Parses gas-compatible assembly: .text, .data, .global/.globl, directives, labels, and instructions. Outputs lines preserving label/instruction order for two-pass assembly (jmp/call with label resolution).

Structs§

AssemblyParser
ParsedAssembly
Section
SectionFlags
Symbol

Enums§

Line