valid_asm |
Discworld driver help |
valid_asm |
Name
valid_asm - controls whether or not a LPC->C compiled object can use asm { }
Synopsis
int valid_asm( string file );
Description
When the driver is compiled with LPC_TO_C, valid_asm() is called whenever the asm { } structure is found in code. If it returns 0, the compilation will terminate with an error.
The asm { } structure is used as follows:
asm {
<C code>
}
It causes the code between the braces to be literally inserted into the
compiled file.
See also
valid_compile_to_c(4)
