home *** CD-ROM | disk | FTP | other *** search
/ Total Destruction / Total_Destruction.iso / addons / Lccwin32.exe / Lccwin32 / lccpub / lib / src / main.asm < prev    next >
Encoding:
Assembly Source File  |  1997-09-15  |  511 b   |  38 lines

  1.     .text
  2.     .file "main.c"
  3.     .text
  4.     .type    _main,function
  5. _main:
  6.     call    _GetCommandLineA@0
  7.     decl    %eax
  8. _$2:
  9.     .line    13
  10.     incl    %eax
  11. _$3:
  12.     movb    (%eax),%dl
  13.     or    %dl,%dl
  14.     je    _$5
  15.     cmpb    $32,%dl
  16.     jne    _$2
  17. _$5:
  18.     pushl    $1
  19.     pushl    %eax
  20.     xor    %eax,%eax
  21.     pushl    %eax
  22.     pushl    %eax
  23.     .line    14
  24.     call    _GetModuleHandleA@4
  25.     pushl    %eax
  26.     call    _WinMain@16
  27.     .line    15
  28.     ret
  29. _$9:
  30.     .size    _main,_$9-_main
  31.     .globl    _main
  32.     .extern    _WinMain@16
  33.     .text
  34.     .extern    _GetModuleHandleA@4
  35.     .text
  36.     .extern    _GetCommandLineA@0
  37.     .text
  38.