![]() |
|
|
|
#1
|
|||
|
|||
|
You mean things like:
001D23E9: 6C ILdRf var_458 =Load reference to a variable 001D23EC: 0A ImpAdCallFPR4 Val() =Perform VAL function - 001D2406: EB CR8I2 Int(number) =Convert 2-Byte Integer to 8-Byte Real 001D2407: CD NeR8 <> =Perform a NotEqual operation on 2 8-Byte Real numbers - 001D2409: FDF8 CVarBoolI2 = Convert Boolean type to 2-Byte Integer Variant type - 001D242A: 5D HardType =Cast Variant as specified type. (These are the best I can remember offhand. I'd have to look them up to be sure, if you need the definite specific description) It would help a lot if the various opcode parameters were included. Sarge |
|
#2
|
||||
|
||||
|
Thanks Sarge...
Yes indeed, that's what I meant. But that's not my whole problem. I'm also thinking about which is compared with which. Where can I find the compared values? Are they in registers or on stack? If they are on stack, how to get the correct stack-address or is it always the current stack-address? Questions over questions... I wish I could see, how this P-Code check looks like in asm, in order to get an approximately conception. Quote:
Please give an example. Regards, squareD |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| VB6 N-CODE - Stop any servive and Start any APP-Release and Source Code | wilson bibe | General Discussion | 5 | 04-10-2013 00:23 |
| Code Splicing Problem | TmC | General Discussion | 1 | 11-14-2006 21:23 |
| Code to efficiently break on entering code section??? | yaa | General Discussion | 4 | 05-08-2005 05:29 |