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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
05/16/02 23:25
Read: times


 
#23085 - RE: depth of push and pop
May be you type it in a hurry, but in your code

push dpl
push dph
call something
pop dpl *******
pop dph *******


I think it should be

pop dph
pop dpl

pop is supposed to be in the reverse order.

Lawrence









List of 10 messages in thread
TopicAuthorDate
depth of push and pop            01/01/70 00:00      
RE: depth of push and pop            01/01/70 00:00      
RE: depth of push and pop            01/01/70 00:00      
RE: depth of push and pop            01/01/70 00:00      
RE: depth of push and pop Rob            01/01/70 00:00      
RE: depth of push and pop, a method            01/01/70 00:00      
RE: depth of push.:to jose,john,rob,erik            01/01/70 00:00      
RE: depth of push.:to jose,john,rob,erik            01/01/70 00:00      
RE: depth of push and pop            01/01/70 00:00      
RE: depth of push and pop, to erik, lawr            01/01/70 00:00      

Back to Subject List