[hatari-devel] Re: Breakpoint Dn width

[ Thread Index | Date Index | More lists.tuxfamily.org/hatari-devel Archives ]




On 24 January 2018 at 10:14, Miro Kropáček <miro.kropacek@xxxxxxxxx> wrote:
> 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 can I compare just for the lower 8 bits of d2 itself?

OK, found it:

a5 = $c4ba && d2 & $ff = $ee

Still, supporting An.<width> / Dn.<width> seems like a nice feature.


--
MiKRO / Mystic Bytes
http://mikro.atari.org


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/