Sub Command1_Click( ) is the right one...
Thanks for your explanation, but it didn't helped me so far.
Maybe I'm strucked with blindness.
Let me give you an example with first muliplication:
Quote:
L00000268:
'FB B4, MulVar, 28, FE
'Perform <Multiplication> operation on two Variants.
'Parameter 1 = 2 bytes.
'Parameter 1 is offset into local Frame.
'Offset = &hFE28.
'Address of first VariantDescriptor is popped off stack.
'Address of second VariantDescriptor is popped off stack.
'Second VariantDescriptor value is multiplied by first VariantDescriptor value.
'VariantDescriptor flag of result is stored at offset.
'VariantDescriptor value of result is stored at offset + 8.
'Address of offset is pushed onto stack.
'Stack operations: Pop x2, Push x1.
|
First multiplication is 3999806 x 5 or in Hex 3D083Eh x 05h
002048E4: FBB4 MulVar *
I'm on the above instruction in WKT and top of Stack shows:
0012E4D0: 68E81200 284B6500
Looking at 0012E868 supplies 02000000 and looking at 00654B28 supplies 08001200
If addresses are popped off stack, in my opinion, the values to be muliplicated should be stored at 0012E868 and 00654B28.
Maybe I'm totally wrong?
But worst thing is, that I searched with WinHex in whole memory and never found 3E083D (3D083E = 3999806).
So I'm still wondering how this operations will work.
Regards,
squareD