diff --git a/doc/assets/xml_spec.md b/doc/assets/xml_spec.md index 142ef548c4e..b5591cc4203 100644 --- a/doc/assets/xml_spec.md +++ b/doc/assets/xml_spec.md @@ -169,8 +169,10 @@ always present - `full_lhs`: original lhs expression (after dereferencing) - `full_lhs_value`: a constant with the new value. - - if the type is a floating point number type, there will be an attribute`binary` - showing its value. + - If the type of data can be represented as a fixed width sequence of bits + then, there will be an attribute `binary` containing the binary + representation. If the data type is signed and the value is negative + then the binary will be encoded using two's complement. **Example**: @@ -181,7 +183,7 @@ always present signed int b - -1879048192 + -1879048192