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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
09/27/01 07:45
Read: times


 
#15175 - RE: 8052 - machine language - more info
Hi Justin,

please can you tell us, why you want such unusual programming ?
Maybe, then we can point to a better solution (better readable, maintenable, less dangerous).

I think, the only reason to do so: You want to jump back from anywhere to this point.
So it seems, C have already the solution to do exactly, what you want. Please look at:

int setjmp (jmp_buf);
void longjmp (jmp_buf, int);

on your C manual.


Peter


List of 7 messages in thread
TopicAuthorDate
8052 - machine language - more info            01/01/70 00:00      
RE: 8052 - machine language - more info            01/01/70 00:00      
RE: 8052 - machine language - more info,            01/01/70 00:00      
RE: 8052 - machine language - more info            01/01/70 00:00      
RE: 8052 - machine language - more info            01/01/70 00:00      
RE: 8052 - machine language - more info            01/01/70 00:00      
RE: 8052 - machine language - more info,            01/01/70 00:00      

Back to Subject List