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).
lines