This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

inline assembly to ljmp

What's the inline assembly to ljmp to 0x00040000? I tried:

__asm { ljmp 0x00040000
}

but I get an error, but no description of what the error is. And, I haven't found any help online for the problem.

Sutton

0