??? 12/08/08 22:13 Read: times |
#160766 - Responding to Andy Neil "Who is we?" Responding to: ???'s previous message |
Yes, you are rigth. Not "we", but only "me" ;) I don't ask about Delphi. Forget about PC's programming languages. I also downloaded the new 8051 Pascal compiler for testing. But it is not so important in this moment. I want to talk about some basic principles of operation. Don't get me wrong. English is not my native language, so maybe it is difficult to explain the meaning of my question. Let me start again ;)
I am asking about the microcotrollers programming languages, but I use the DOS compilers as the reference. I remember the "old" Turbo Pascal compilers working on DOS and CP/M. I remember also the Turbo C and C compilers for DOS and CP/M. And the main difference between this compilers was the method of passing the parameters to the routines. Pascal was using the memory stack, C was using the registers. Is it the rule or not? How the compiler is working on small CPU, like 8051? Is it using the same method of passing parameters? Anybody knows it? |