Skip to content

Regression in 3.8.1: Disassembler omits NOT on keywords #200

@x87

Description

@x87
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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions