Hi all,
I have written a code in assembly, assembler used is NASM. The code worked with XP 100% correctly but it is not working with Vista. Please tell me how to make it work on Vista too.
In XP and VISTA both, I went to Start > Run > CMD. There I assembled the code using NASM and then ran it. It worked fine with XP but not working with VISTA. Even no error given by VISTA on CMD.
The code displays a table of size 5 by 5. Thats it.
Thanks in advance.