Contents|Index|Previous|Next
Symbols
Symbols
are a central concept: the programmer uses symbols to name things, the
linker uses symbols to link, and the debugger uses symbols to debug. For
more documentation, see Symbols in as.
See
the following documentation for more discussion.
Warning:
as
does not place symbols in the object file in the same order they were declared.
This may break some debuggers.
Top|Contents|Index|Previous|Next