Hey, On 8/1/09, sergiy.sakharov <[email protected]> wrote: > Firstly - sbyte is actually INT8 which is ecpected as an operant of ".s" > operators, and secondly - checked will actually throw exception in case of > overflow.
Nope that's not true. You can have negative operands to jump backwards. > I know that "Cecil does absolutely no verification on what it emits.", but > just in case... Indeed, and just as Simon says, the solution is to call Simplify before instrumenting, then calling optimize. -- Jb Evain <[email protected]> --~--~---------~--~----~------------~-------~--~----~ -- mono-cecil -~----------~----~----~----~------~----~------~--~---
