Icon View Incident Report

Serious Serious
Reported By: Jose Verger
Reported On: 2/10/2021
For: Version 3.00 Build 1
# 4816 XOR Operations with Constant Expressions Resolved as OR Operations in Compiler

I made the upgrade from EWB2 to EWB3, and I just found that all places where I wrote something like: A xor $FF
result in $FF, regardless of the value of A, so, it means that the compiler is doing an OR operation instead of a XOR.


Comments Comments
The EWB 3 compiler performs constant folding, and in this case the constants were being folded incorrectly using OR operations instead of XOR operations.


Resolution Resolution
Fixed Problem on 2/11/2021 in version 3.01 build 1


Products Affected Products Affected
Elevate Web Builder
Elevate Web Builder Trial

Image