ES2 MUD LIB :: 東方故事二(ES2) 天朝帝國 mudlib 瀏覽展示
/doc/applies/master/valid_asm
vvvvaaaalllliiiidddd____aaaassssmmmm((((4444)))) MMMMuuuuddddOOOOSSSS ((((11118888 SSSSeeeepppp 1111999999994444)))) vvvvaaaalllliiiidddd____aaaassssmmmm((((4444))))
NNNNAAAAMMMMEEEE
valid_asm - controls whether or not a LPC->C compiled object
can use asm { }
SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
int valid_asm( string file );
DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
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 {
}
It causes the code between the braces to be literally
inserted into the compiled file.
SSSSEEEEEEEE AAAALLLLSSSSOOOO
valid_compile_to_c(4)
Page 1 (printed 3/16/95)