Forum : 8051
Original Post
Post Information | Post |
---|---|
February 14, 2019 - 2:51pm
|
There is an intrinsic function that does a long jump, called _ljmp_(). It is declared this way in intri51.h: extern unsigned int _ljmp_ (unsigned short Addr); Just curious - why would a jump instruction return a value? Lloyd |
In case anyone is curious, the answer was "no particular reason".