- Timestamp:
 - Aug 9, 2003, 5:37:33 AM (22 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  trunk/testcase/Optlink-1-Asm.asm (modified) (2 diffs, 1 prop)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/testcase/Optlink-1-Asm.asm
- 
Property       cvs2svn:cvs-rev
 changed from       
1.2to1.3 
r557 r558 17 17 extrn OptSimple:near 18 18 extrn OptPrintf:near 19 extrn _ sprintf:near19 extrn _vsprintf:near 20 20 21 21 … … 33 33 push ebp 34 34 mov ebp, esp 35 35 36 lea ecx, [ebp+010h] ; &... 37 push ecx 38 push edx ; pszFormat 36 39 push eax ; pszBuffer 37 push edx ; pszFormat 38 lea eax, [ebp+010h] ; &... 39 push eax 40 call _sprintf 40 call _vsprintf 41 41 42 42 leave  - 
Property       cvs2svn:cvs-rev
 changed from       
 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  