td win32asm 017.asm

Upload: z4rm4r

Post on 02-Jun-2018

231 views

Category:

Documents


0 download

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