Request: make coff2omf free

Bill Baxter dnewsgroup at billbaxter.com
Sun Feb 25 16:27:16 PST 2007


Daniel Keep wrote:
> 
> I'm certainly no expert but from what I do know, the container the code
> is kept in is largely irrelevant.  All that really matters is that it's
> for the right CPU (hopefully the one you're using) and that a few other
> things are done the same way (like exceptions).
> 
> I think it's kind of like the difference between a text file stored in
> an archive.  Whether you use ZIP, RAR or 7z is beside the point: it's
> more important that the text file is in a language you understand :P

Where do calling conventions fit into that picture?  Doesn't it vary 
from platform to platform which of caller or callee pushes and pops 
arguments, or if some number of them are passed by registers instead of 
stack?

--bb



More information about the Digitalmars-d mailing list