From: Mike McCarty (jmccarty_at_ssd.usa.alcatel.com)
Date: 2001-05-23 17:00:37
On Wed, 23 May 2001, groepaz wrote: > Hello Ullrich, > > Wednesday, May 23, 2001, 4:09:38 PM, you wrote: > [snip] > UvB> This is what they say about COFF: "Unfortunately, there is not real standard > UvB> for COFF: every compiler and assembler seems to produce a slightly different > UvB> format." > > thats not enterily true.... infact the only non-standard COFF format > that exists in real life environments is the one produced by microshit > compilers. (VC++ that is) I don't know where you get this impression, my impression is entirely different. I have been doing embedded real time development since 1984, and find that every compiler uses COFF ever so slightly differently. In fact, COFF is *intended* to be used that way. It has a special section devoted to stuff the compiler wants to put in there, whatever it may be. At least one GCC port I know of put all the program code into that special section, and left the regular text section empty. [snip] > however..... if you are going to implement whatever debug-stuff that > is understood by whatever sourcelevel debugger (like the one above) > i'd be more than happy to create a rom-monitor program for use with it > (done that various times on different systems before, and i think i > can say that it'll be more or less an easy job once there are object > files to play with ;)) I'm glad to see that you're not just a stander by looking on and complaining. I think it is admirable what Ullrich has done. Mike -- char *p="char *p=%c%s%c;main(){printf(p,34,p,34);}";main(){printf(p,34,p,34);} This message made from 100% recycled bits. I can explain it for you, but I can't understand it for you. I don't speak for Alcatel <- They make me say that. ---------------------------------------------------------------------- To unsubscribe from the list send mail to majordomo_at_musoftware.de with the string "unsubscribe cc65" in the body(!) of the mail.
This archive was generated by hypermail 2.1.3 : 2001-12-14 22:05:40 CET