Changeset 2827 for trunk/src/win32k/misc/asmutils.asm
- Timestamp:
- Feb 19, 2000, 9:40:31 AM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/win32k/misc/asmutils.asm
r1467 r2827 1 ; $Id: asmutils.asm,v 1. 3 1999-10-27 02:02:59bird Exp $1 ; $Id: asmutils.asm,v 1.4 2000-02-19 08:40:31 bird Exp $ 2 2 ; 3 3 ; asmutils - assembly utility functions … … 24 24 public GetSS 25 25 public Int3 26 public _memrevmov@1227 public _memmov@1226 ; public _memrevmov@12 27 ; public _memmov@12 28 28 ; public DisableInterrupts 29 29 ; public EnableInterrupts … … 94 94 ;EnableInterrupts ENDP 95 95 96 96 if 0 97 97 ;void __stdcall memrevmov(void *pTo, void* pFrom, unsigned int Len); 98 98 pTo EQU dword ptr [ebp+08] … … 193 193 jmp memmov_end 194 194 _memmov@12 ENDP 195 195 endif 196 196 197 197 CODE32 ends
Note:
See TracChangeset
for help on using the changeset viewer.