Related articles |
---|
Assembler question ? sumesh_uk@hotmail.com (2003-06-08) |
From: | sumesh_uk@hotmail.com (sumesh) |
Newsgroups: | comp.compilers |
Date: | 8 Jun 2003 22:04:08 -0400 |
Organization: | http://groups.google.com/ |
Keywords: | assembler, question |
Posted-Date: | 08 Jun 2003 22:04:08 EDT |
Hi
I am looking for where in GCC assembler is a a line like "lrw r5,A"
parsed, Specifically I am looking for where is the offset for the
variable A found. Any pointers would be greatly appreciated.
thanks
sumesh
[It's found in the assembler symbol table, unless A is an external
symbol in which case it's found at link time. -John]
Return to the
comp.compilers page.
Search the
comp.compilers archives again.