Posted By: Pon | Apr 30th, 2006 @ 11:55 PM
page 1 of 1
Comments: 5 | Views: 7450
Pon
Pon

Can I use asm blocks when compiling with the /clr switch?
Khamul
Khamul
Death by Escape Key
Try it.
Khamul
Khamul
Death by Escape Key

Ouch. I would try it if only my experience in Assembly was more than just

mov ax,bx ; this is a comment
int 21h   ; what the (I need to watch my language) is an INTERUPT and how do they work?

Sven Groot
Sven Groot
My name has 9 letters. Coincidence? I think not...
Khamul wrote:


Ouch. I would try it if only my experience in Assembly was more than just

mov ax,bx ; this is a comment
int 21h   ; what the (I need to watch my language) is an INTERUPT and how do they work?


That most certainly won't work in Win32. Interrupt 21h is an MS-DOS system call.
PerfectPhase
PerfectPhase
"This is not war, this is pest control!" - Dalek to Cyberman
Pon wrote:
 I can't; I don't have acess  to a compiler for two weeks, and I can't install one either.


If you just want to try something out try using the MS Virtual labs http://msdn.microsoft.com/virtuallabs/express/.
page 1 of 1
Comments: 5 | Views: 7450
Microsoft Communities