+ All Categories
Home > Documents > Td Win32asm 110.Asm

Td Win32asm 110.Asm

Date post: 17-Feb-2018
Category:
Upload: z4rm4r
View: 232 times
Download: 0 times
Share this document with a friend

of 9

Transcript
  • 7/23/2019 Td Win32asm 110.Asm

    1/9

  • 7/23/2019 Td Win32asm 110.Asm

    2/9

  • 7/23/2019 Td Win32asm 110.Asm

    3/9

  • 7/23/2019 Td Win32asm 110.Asm

    4/9

  • 7/23/2019 Td Win32asm 110.Asm

    5/9

  • 7/23/2019 Td Win32asm 110.Asm

    6/9

  • 7/23/2019 Td Win32asm 110.Asm

    7/9

  • 7/23/2019 Td Win32asm 110.Asm

    8/9

  • 7/23/2019 Td Win32asm 110.Asm

    9/9

    td_win32asm_110.asmret 10h ;return and clear stack;##############################################################################

    ;******************************************************************************; My own subroutine(s) for a compacter code resist here ...;------------------------------------------------------------------------------My_CleanSystem:

    ;------------------------------------------------------------------------------; API "KillTimer" destroys the specified timer.;------------------------------------------------------------------------------push 10h ;uIDEvent, timer identifierpush WP1_hWnd ;hWnd, handle window that installed timercall KillTimer ;- API Function -;------------------------------------------------------------------------------; API "DeleteObject" deletes a bitmap freeing all associated system resources;------------------------------------------------------------------------------push hObject ;hObject, handle of graphic objectcall DeleteObject ;- API Function -ret;******************************************************************************

    ;==============================================================================; end Main = end of our program code;------------------------------------------------------------------------------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_110.asm ;asm command; rc.exe /v rsrc.rc ;rc command; cvtres.exe /machine:ix86 rsrc.res; link.exe /subsystem:windows td_win32asm_110.obj rsrc.obj ;link command;==============================================================================

    Page 9


Recommended