Is there any way to code in SourcePawn using assembler opcodes? As far as I know, you have ability to write asm code in Pawn by using "#emit" compiler directive, but SourcePawn compiler doesn't know about it (no matter what I tried, always the same error "unknown directive"). Any ideas about this? Thanks.