| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438 |
- ;
- ; Command & Conquer Red Alert(tm)
- ; Copyright 2025 Electronic Arts Inc.
- ;
- ; This program is free software: you can redistribute it and/or modify
- ; it under the terms of the GNU General Public License as published by
- ; the Free Software Foundation, either version 3 of the License, or
- ; (at your option) any later version.
- ;
- ; This program is distributed in the hope that it will be useful,
- ; but WITHOUT ANY WARRANTY; without even the implied warranty of
- ; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- ; GNU General Public License for more details.
- ;
- ; You should have received a copy of the GNU General Public License
- ; along with this program. If not, see <http://www.gnu.org/licenses/>.
- ;
- page ,132
- ;Thunk Compiler Version 1.8 May 11 1995 13:16:19
- ;File Compiled Tue Mar 12 13:23:57 1996
- ;Command Line: C:\BIN\THUNK.EXE Thipx.thk
- TITLE $Thipx.asm
- .386
- OPTION READONLY
- OPTION OLDSTRUCTS
- IFNDEF IS_16
- IFNDEF IS_32
- %out command line error: specify one of -DIS_16, -DIS_32
- .err
- ENDIF ;IS_32
- ENDIF ;IS_16
- IFDEF IS_32
- IFDEF IS_16
- %out command line error: you can't specify both -DIS_16 and -DIS_32
- .err
- ENDIF ;IS_16
- ;************************* START OF 32-BIT CODE *************************
- .model FLAT,STDCALL
- ;-- Import common flat thunk routines (in k32)
- externDef MapHInstLS :near32
- externDef MapHInstLS_PN :near32
- externDef MapHInstSL :near32
- externDef MapHInstSL_PN :near32
- externDef FT_Prolog :near32
- externDef FT_Thunk :near32
- externDef QT_Thunk :near32
- externDef FT_Exit0 :near32
- externDef FT_Exit4 :near32
- externDef FT_Exit8 :near32
- externDef FT_Exit12 :near32
- externDef FT_Exit16 :near32
- externDef FT_Exit20 :near32
- externDef FT_Exit24 :near32
- externDef FT_Exit28 :near32
- externDef FT_Exit32 :near32
- externDef FT_Exit36 :near32
- externDef FT_Exit40 :near32
- externDef FT_Exit44 :near32
- externDef FT_Exit48 :near32
- externDef FT_Exit52 :near32
- externDef FT_Exit56 :near32
- externDef SMapLS :near32
- externDef SUnMapLS :near32
- externDef SMapLS_IP_EBP_8 :near32
- externDef SUnMapLS_IP_EBP_8 :near32
- externDef SMapLS_IP_EBP_12 :near32
- externDef SUnMapLS_IP_EBP_12 :near32
- externDef SMapLS_IP_EBP_16 :near32
- externDef SUnMapLS_IP_EBP_16 :near32
- externDef SMapLS_IP_EBP_20 :near32
- externDef SUnMapLS_IP_EBP_20 :near32
- externDef SMapLS_IP_EBP_24 :near32
- externDef SUnMapLS_IP_EBP_24 :near32
- externDef SMapLS_IP_EBP_28 :near32
- externDef SUnMapLS_IP_EBP_28 :near32
- externDef SMapLS_IP_EBP_32 :near32
- externDef SUnMapLS_IP_EBP_32 :near32
- externDef SMapLS_IP_EBP_36 :near32
- externDef SUnMapLS_IP_EBP_36 :near32
- externDef SMapLS_IP_EBP_40 :near32
- externDef SUnMapLS_IP_EBP_40 :near32
- MapSL PROTO NEAR STDCALL p32:DWORD
- .code
- ;************************* COMMON PER-MODULE ROUTINES *************************
- .data
- public Thipx_ThunkData32 ;This symbol must be exported.
- Thipx_ThunkData32 label dword
- dd 3130534ch ;Protocol 'LS01'
- dd 014cdch ;Checksum
- dd 0 ;Jump table address.
- dd 3130424ch ;'LB01'
- dd 0 ;Flags
- dd 0 ;Reserved (MUST BE 0)
- dd 0 ;Reserved (MUST BE 0)
- dd offset QT_Thunk_Thipx - offset Thipx_ThunkData32
- dd offset FT_Prolog_Thipx - offset Thipx_ThunkData32
- .code
- externDef ThunkConnect32@24:near32
- public Thipx_ThunkConnect32@16
- Thipx_ThunkConnect32@16:
- pop edx
- push offset Thipx_ThkData16
- push offset Thipx_ThunkData32
- push edx
- jmp ThunkConnect32@24
- Thipx_ThkData16 label byte
- db "Thipx_ThunkData16",0
-
- pfnQT_Thunk_Thipx dd offset QT_Thunk_Thipx
- pfnFT_Prolog_Thipx dd offset FT_Prolog_Thipx
- .data
- QT_Thunk_Thipx label byte
- db 32 dup(0cch) ;Patch space.
- FT_Prolog_Thipx label byte
- db 32 dup(0cch) ;Patch space.
- .code
- ;************************ START OF THUNK BODIES************************
- ;
- public _IPX_Close_Socket95@4
- _IPX_Close_Socket95@4:
- mov cl,7
- jmp II_IPX_Close_Socket95@4
- public _IPX_Open_Socket95@4
- _IPX_Open_Socket95@4:
- mov cl,8
- ; _IPX_Close_Socket95(16) = _IPX_Close_Socket95(32) {}
- ;
- ; dword ptr [ebp+8]: param1
- ;
- public II_IPX_Close_Socket95@4
- II_IPX_Close_Socket95@4:
- push ebp
- mov ebp,esp
- push ecx
- sub esp,60
- push word ptr [ebp+8] ;param1: dword->word
- call dword ptr [pfnQT_Thunk_Thipx]
- cwde
- leave
- retn 4
- ;
- public _IPX_Send_Packet95@20
- _IPX_Send_Packet95@20:
- mov cl,5
- ; _IPX_Send_Packet95(16) = _IPX_Send_Packet95(32) {}
- ;
- ; dword ptr [ebp+8]: address
- ; dword ptr [ebp+12]: buffer
- ; dword ptr [ebp+16]: param3
- ; dword ptr [ebp+20]: net
- ; dword ptr [ebp+24]: node
- ;
- public II_IPX_Send_Packet95@20
- II_IPX_Send_Packet95@20:
- push ebp
- mov ebp,esp
- push ecx
- sub esp,60
- call SMapLS_IP_EBP_8
- push eax
- call SMapLS_IP_EBP_12
- push eax
- push word ptr [ebp+16] ;param3: dword->word
- call SMapLS_IP_EBP_20
- push eax
- call SMapLS_IP_EBP_24
- push eax
- call dword ptr [pfnQT_Thunk_Thipx]
- cwde
- call SUnMapLS_IP_EBP_8
- call SUnMapLS_IP_EBP_12
- call SUnMapLS_IP_EBP_20
- call SUnMapLS_IP_EBP_24
- leave
- retn 20
- ;
- public _IPX_Broadcast_Packet95@8
- _IPX_Broadcast_Packet95@8:
- mov cl,4
- ; _IPX_Broadcast_Packet95(16) = _IPX_Broadcast_Packet95(32) {}
- ;
- ; dword ptr [ebp+8]: buffer
- ; dword ptr [ebp+12]: param2
- ;
- public II_IPX_Broadcast_Packet95@8
- II_IPX_Broadcast_Packet95@8:
- push ebp
- mov ebp,esp
- push ecx
- sub esp,60
- call SMapLS_IP_EBP_8
- push eax
- push word ptr [ebp+12] ;param2: dword->word
- call dword ptr [pfnQT_Thunk_Thipx]
- cwde
- call SUnMapLS_IP_EBP_8
- leave
- retn 8
- ;
- public _IPX_Get_Local_Target95@16
- _IPX_Get_Local_Target95@16:
- mov cl,3
- ; _IPX_Get_Local_Target95(16) = _IPX_Get_Local_Target95(32) {}
- ;
- ; dword ptr [ebp+8]: netnum
- ; dword ptr [ebp+12]: node
- ; dword ptr [ebp+16]: param3
- ; dword ptr [ebp+20]: address
- ;
- public II_IPX_Get_Local_Target95@16
- II_IPX_Get_Local_Target95@16:
- push ebp
- mov ebp,esp
- push ecx
- sub esp,60
- call SMapLS_IP_EBP_8
- push eax
- call SMapLS_IP_EBP_12
- push eax
- push word ptr [ebp+16] ;param3: dword->word
- call SMapLS_IP_EBP_20
- push eax
- call dword ptr [pfnQT_Thunk_Thipx]
- cwde
- call SUnMapLS_IP_EBP_8
- call SUnMapLS_IP_EBP_12
- call SUnMapLS_IP_EBP_20
- leave
- retn 16
- ;
- public _IPX_Shut_Down95@0
- _IPX_Shut_Down95@0:
- mov cl,1
- jmp II_IPX_Shut_Down95@0
- public _IPX_Initialise@0
- _IPX_Initialise@0:
- mov cl,9
- jmp II_IPX_Shut_Down95@0
- public _IPX_Get_Connection_Number95@0
- _IPX_Get_Connection_Number95@0:
- mov cl,6
- jmp II_IPX_Shut_Down95@0
- public _IPX_Start_Listening95@0
- _IPX_Start_Listening95@0:
- mov cl,2
- ; _IPX_Shut_Down95(16) = _IPX_Shut_Down95(32) {}
- ;
- ;
- public II_IPX_Shut_Down95@0
- II_IPX_Shut_Down95@0:
- push ebp
- mov ebp,esp
- push ecx
- sub esp,60
- call dword ptr [pfnQT_Thunk_Thipx]
- cwde
- leave
- retn
- ;
- public _IPX_Get_Outstanding_Buffer95@4
- _IPX_Get_Outstanding_Buffer95@4:
- mov cl,0
- ; _IPX_Get_Outstanding_Buffer95(16) = _IPX_Get_Outstanding_Buffer95(32) {}
- ;
- ; dword ptr [ebp+8]: buffer
- ;
- public II_IPX_Get_Outstanding_Buffer95@4
- II_IPX_Get_Outstanding_Buffer95@4:
- push ebp
- mov ebp,esp
- push ecx
- sub esp,60
- call SMapLS_IP_EBP_8
- push eax
- call dword ptr [pfnQT_Thunk_Thipx]
- cwde
- call SUnMapLS_IP_EBP_8
- leave
- retn 4
- ELSE
- ;************************* START OF 16-BIT CODE *************************
- OPTION SEGMENT:USE16
- .model LARGE,PASCAL
- .code
- externDef _IPX_Get_Outstanding_Buffer95:far16
- externDef _IPX_Shut_Down95:far16
- externDef _IPX_Start_Listening95:far16
- externDef _IPX_Get_Local_Target95:far16
- externDef _IPX_Broadcast_Packet95:far16
- externDef _IPX_Send_Packet95:far16
- externDef _IPX_Get_Connection_Number95:far16
- externDef _IPX_Close_Socket95:far16
- externDef _IPX_Open_Socket95:far16
- externDef _IPX_Initialise:far16
- FT_ThipxTargetTable label word
- dw offset _IPX_Get_Outstanding_Buffer95
- dw seg _IPX_Get_Outstanding_Buffer95
- dw offset _IPX_Shut_Down95
- dw seg _IPX_Shut_Down95
- dw offset _IPX_Start_Listening95
- dw seg _IPX_Start_Listening95
- dw offset _IPX_Get_Local_Target95
- dw seg _IPX_Get_Local_Target95
- dw offset _IPX_Broadcast_Packet95
- dw seg _IPX_Broadcast_Packet95
- dw offset _IPX_Send_Packet95
- dw seg _IPX_Send_Packet95
- dw offset _IPX_Get_Connection_Number95
- dw seg _IPX_Get_Connection_Number95
- dw offset _IPX_Close_Socket95
- dw seg _IPX_Close_Socket95
- dw offset _IPX_Open_Socket95
- dw seg _IPX_Open_Socket95
- dw offset _IPX_Initialise
- dw seg _IPX_Initialise
- .data
- public Thipx_ThunkData16 ;This symbol must be exported.
- Thipx_ThunkData16 dd 3130534ch ;Protocol 'LS01'
- dd 014cdch ;Checksum
- dw offset FT_ThipxTargetTable
- dw seg FT_ThipxTargetTable
- dd 0 ;First-time flag.
- .code
- externDef ThunkConnect16:far16
- public Thipx_ThunkConnect16
- Thipx_ThunkConnect16:
- pop ax
- pop dx
- push seg Thipx_ThunkData16
- push offset Thipx_ThunkData16
- push seg Thipx_ThkData32
- push offset Thipx_ThkData32
- push cs
- push dx
- push ax
- jmp ThunkConnect16
- Thipx_ThkData32 label byte
- db "Thipx_ThunkData32",0
- ENDIF
- END
|