Top Banner

of 14

Td Win32asm 017.Asm

Jun 02, 2018

Download

Documents

z4rm4r
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
  • 8/10/2019 Td Win32asm 017.Asm

    1/14

  • 8/10/2019 Td Win32asm 017.Asm

    2/14

  • 8/10/2019 Td Win32asm 017.Asm

    3/14

  • 8/10/2019 Td Win32asm 017.Asm

    4/14

  • 8/10/2019 Td Win32asm 017.Asm

    5/14

  • 8/10/2019 Td Win32asm 017.Asm

    6/14

  • 8/10/2019 Td Win32asm 017.Asm

    7/14

  • 8/10/2019 Td Win32asm 017.Asm

    8/14

  • 8/10/2019 Td Win32asm 017.Asm

    9/14

  • 8/10/2019 Td Win32asm 017.Asm

    10/14

  • 8/10/2019 Td Win32asm 017.Asm

    11/14

  • 8/10/2019 Td Win32asm 017.Asm

    12/14

  • 8/10/2019 Td Win32asm 017.Asm

    13/14

  • 8/10/2019 Td Win32asm 017.Asm

    14/14

    td_win32asm_017.asm;------------------------------------------------------------------------------end Main ;end of our program code, entry point

    ;==============================================================================; To create the exe file use this commands with your Microsoft Assembler/Linker;------------------------------------------------------------------------------; ml.exe /c /coff td_win32asm_017.asm ;asm command

    ; rc.exe /v rsrc.rc ;rc command; cvtres.exe /machine:ix86 rsrc.res; link.exe /subsystem:windows td_win32asm_017.obj rsrc.obj ;link command;==============================================================================

    Page 14