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