In the machine code monitor, what should I do to set a conditional breakpoint in the drive if a location has a value?
I tried: bk xxxx if $209 == $30 but it does not work.
how to specify that $209 is in the drive memory? (even if it should be implied since I already issued dev 8:
Please read the manual, this is the bugtracker, not the helpline
` You can also compare against the value of a memory location in a specific bank, i.e you can break only if the vic register $d020 is $f0. use the form @[bankname]:[$<address>] | [.label]. Note this is for the C: memspace only.