valid_asm(4) Driver Applies valid_asm(4)
NNAAMMEE
valid_asm - controls whether or not a LPC->C compiled
object can use asm { }
SSYYNNOOPPSSIISS
int valid_asm( string file );
DDEESSCCRRIIPPTTIIOONN
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.
SSEEEE AALLSSOO
valid_compile_to_c(4)
MudOS 18 Sep 1994 1