First I\'m using MASM, I\'m opening an encrypted file and putting it\'s contents into a buffer and exporting it to a new file. I have everything working except the decrypting portion.
I tried to compile the following .asm file in VS2008 (as part of an empty Win32 dll project to which I added this single .asm file):
I\'m having a problem having my projects built in VC++ Express 2008... I\'m using a library, irvine32.inc/lib. INCLUDE Irvine32.inc works for me at school (On already configured VS environments) by d
This question already has answers here: Displaying numbers with DOS (1 answer) How do I print an integer in Assembly Level Programming without printf from the c library?