Skip to content

Documentation for assembly output format from "emcc -S"? #15929

Answered by sbc100
gregbuchholz asked this question in Q&A
Discussion options

You must be logged in to vote

This is the assembly format that is output by llvm (and read by llvm). I'm afraid there is no good documentation for this specific format but it shares a lot with standard GNU assembly format used by llvm on other platforms. For example the "T" there means that section is thread local (TLS).

See https://ftp.gnu.org/old-gnu/Manuals/gas-2.9.1/html_chapter/as_7.html (although I notice that "T" is not listed amount that flags there :).

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@gregbuchholz
Comment options

Answer selected by sbc100
Comment options

You must be logged in to vote
1 reply
@gregbuchholz
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants