Hi,
I would like to ask a question on various labels found in the disassembly of a program.
In addition to labels for main() as well as other functions I found in the disassembly code, there are still other labeled parts:
_memcpy:
c_int00:
C$RL0:
C$RL1:
C$L1, C$RL2:
_args_main:
C$L1, C$DW$L$_main$2$B:
C$DW$L$_main$2$E:
_nop:
C$$EXIT, abort:
What do these symbols/parts stand for? What are their respective roles in the code?
Another question is on the relationship between disassembly and original assembly file generated from C code by the compiler.

Are disassembly and original assembly exactly the same? If there are difference, what are?
Zheng
