8.2.3.20 Mask Hexmate Option
Use the
-mask=spec
option to logically AND a memory range with a particular bitmask. This is used to ensure that the unimplemented bits in program words (if any) are left blank. The usage of this option is as follows:-mask=hexcode@start-end
where hexcode
is a value that will be ANDed with data within the start
to end
address range (inclusive), whose interpretation is based on the addressing value (see 8.2.3.10 Addressing Hexmate Option). All values are assumed to be hexadecimal. Multibyte mask values can be entered in little endian byte order.