coldfusion244
Well-known member
Hello again,
I use C# at home, but C++ at school. In vc++.net and older versions there is _asm that lets you put in assembly code, for instance
_asm
{
push AX
mov dx, offset[ds]
out ax,dx
}
I was reading and there is no _asm directive that I found in C# (unless im blind which is half true), and I read the latest random thoughts thread and was wondering if there really is an _asm type directive or if id have to do it like its shown in the random thoughts post.
-Sean
I use C# at home, but C++ at school. In vc++.net and older versions there is _asm that lets you put in assembly code, for instance
_asm
{
push AX
mov dx, offset[ds]
out ax,dx
}
I was reading and there is no _asm directive that I found in C# (unless im blind which is half true), and I read the latest random thoughts thread and was wondering if there really is an _asm type directive or if id have to do it like its shown in the random thoughts post.
-Sean