you know how in c++ you can do

asm
{
...
code
...
}

can you do asm in vb?