Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
11/11/02 21:27
Read: times


 
#32335 - RE: HLL Stack Usage
Mahmood's PS:
"HLL compilers rely heavily on the stack"

In this context, we should say that HLL (High-Level Language; eg, 'C') compilers normally rely heavily on the stack.
As far as a normal HLL implementation is concerned, the 8051 doesn't have a stack worth speaking of - therefore 'C' implementations for the 8051 have to play all sorts of cunning tricks to cope with this fundamental limitation of the architecture.
The following Thread is a prime example of the kind of problem that arises:
[C51] : RECURSIVE CALL TO SEGMENT
(the discussion continues on the Keil forum)


List of 7 messages in thread
TopicAuthorDate
Push, Pop commands help            01/01/70 00:00      
RE: Push, Pop commands help            01/01/70 00:00      
RE: Push, Pop commands help            01/01/70 00:00      
RE: Push, Pop commands help            01/01/70 00:00      
RE: Push, Pop commands help            01/01/70 00:00      
RE: HLL Stack Usage            01/01/70 00:00      
RE: Push, Pop commands help            01/01/70 00:00      

Back to Subject List