Wow, this is esoteric, but here it goes: does anyone know if using
works in Visual C++ under Vista in a virtual machine? I need to use it for my assembly class, but my program crashes whenever it reaches the int 21h instruction. I know it's a longshot to make it work, but is it possible?
Code:
int 21h
works in Visual C++ under Vista in a virtual machine? I need to use it for my assembly class, but my program crashes whenever it reaches the int 21h instruction. I know it's a longshot to make it work, but is it possible?