We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
as a result of the assembler run, we have a symbol table (name -> offset). what we do not have (yet?) is type information.
if we had that, we could build a uctypes.struct to comfortably deal with the result (like x = ulp.name).
uctypes.struct
x = ulp.name
any other ideas?