> b a5 = $c4ba && d2. b = $ee
ERROR in tokenized string:
'a5 = $c4ba && d2 . b = $ee'
^-space/width modifier makes sense only for an address (register)
>
How come? If I type it like (d2).b then it works but I think that means that the breakpoint will be triggered on the (byte) content of the address which is in d2?
How can I compare just for the lower 8 bits of d2 itself?
--