``` if not fading then ``` will be disassembled as ``` if fading then ``` which has an opposite meaning when compiling back to CS/SCM. Temporary workaround: use "Write opcodes" option when disassembling a file.
will be disassembled as
which has an opposite meaning when compiling back to CS/SCM.
Temporary workaround: use "Write opcodes" option when disassembling a file.