Try "( ( void (*)(void) ) 0x1F00 ) ()" to call with pure C. Explanation:
"void (*)(void)" is a type definition for a pointer to a function with no parameter and no return value. For clarification you might like to hide it in a 'typedef'. This definition is used to cast the value 0x1F00. And (xxx)() is the call of the function at address xxx. ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier. Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Sdcc-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sdcc-user
