td win32asm 014.asm

Upload: z4rm4r

Post on 02-Jun-2018

224 views

Category:

Documents


0 download

TRANSCRIPT

  • 8/10/2019 Td Win32asm 014.Asm

    1/12

  • 8/10/2019 Td Win32asm 014.Asm

    2/12

  • 8/10/2019 Td Win32asm 014.Asm

    3/12

  • 8/10/2019 Td Win32asm 014.Asm

    4/12

  • 8/10/2019 Td Win32asm 014.Asm

    5/12

  • 8/10/2019 Td Win32asm 014.Asm

    6/12

  • 8/10/2019 Td Win32asm 014.Asm

    7/12

  • 8/10/2019 Td Win32asm 014.Asm

    8/12

  • 8/10/2019 Td Win32asm 014.Asm

    9/12

  • 8/10/2019 Td Win32asm 014.Asm

    10/12

  • 8/10/2019 Td Win32asm 014.Asm

    11/12

  • 8/10/2019 Td Win32asm 014.Asm

    12/12

    td_win32asm_014.asm;==============================================================================; To create the exe file use this commands with your Microsoft Assembler/Linker;------------------------------------------------------------------------------; ml.exe /c /coff td_win32asm_014.asm ;asm command; rc.exe /v rsrc.rc ;rc command; cvtres.exe /machine:ix86 rsrc.res; link.exe /subsystem:windows td_win32asm_014.obj rsrc.obj ;link command

    ;==============================================================================

    Page 12