Results 1 to 3 of 3

Thread: Win32 NASM

  1. #1
    ChimpFace9000
    Guest

    Post Win32 NASM

    Are there sny tutorials on how to use NASM to make a Win32 program?

  2. #2
    Knight_Vision
    Guest
    Well for one, you need to have a list of the Windows API calls. Then make sure you compile using the BITS 32 directive so that you can make win32 programs. ALSO, you need to compile everything into an OBJ file so that you can use a LINKer program to make the EXE file. Then you should be able to make your own windows programs.

    This help?

  3. #3
    ChimpFace9000
    Guest
    Well eventually i figured it out myself. Thanks though.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width