I am attempting to include an assembler portion of code within one of my VB projects. Within C++ this was a matter of using '_asm' as a prefix to the code. Is there a similar solution within Visual Basic or is this not possible?

B Rose