04.02.2014, 12:02
Bump. I've dug some more into documentation:
SYSREQ.C for our version own pawn. Would this be an answer to my question, that it would require some nasty abstract machine memory hijacking, and doing so in pawn is crazy?
Quote:
When the script calls a native function, the current revision of the pawn compiler generates a SYSREQ.N opcode, and older revisions generate a SYSREQ.C opcode. Both these opcodes cause a jump out of the abstract machine to a routine that handles the dispatching of native functions. |