??? 12/17/09 23:04 Read: times |
#171703 - ljmp in C |
In assembly 8051 we can do ljmp 0 How do we do this in C language? I tried using setjmp(0x00); by including #include <setjmp.h> in my code in the beginning. Thanks. |
??? 12/17/09 23:04 Read: times |
#171703 - ljmp in C |
In assembly 8051 we can do ljmp 0 How do we do this in C language? I tried using setjmp(0x00); by including #include <setjmp.h> in my code in the beginning. Thanks. |