| Anonymous New User
 
 
 Joined: 10 Feb 2008
 Posts: 0
 
 
 | 
				
					| Posted: Tue Nov 19, 2002 7:27 pm
							    Post subject: 25 PopAdLdVar |  
					| 
 |  
					| NumBytes: 1 ArgStr:
 SrcStr: |
 Comments: ignore comes after an optional param
 
 Runtime engine:
 [asm:3re0n41c]
 [/asm:3re0n41c]pop   edi                    ; Pop last local (variant)push  dword ptr [edi+0Ch]    ; Push VariantDescriptor data (double)push  dword ptr [edi+8]push  dword ptr [edi+4]push  dword ptr [edi]xor   eax, eax               ; Clear current opcodemov   al, [esi]              ; Get next opcode from codeFrameinc   esi                    ; Move codeFrame to next opcode/argjmp   ds:_tblByteDisp[eax*4] ; Do current opcode (jumptable)
 |  |