Re: A89: processor exceptions


[Prev][Next][Index][Thread]

Re: A89: processor exceptions




>is there a way to set the processor so it triggers an exception when it
>accesses a range of memory addresses? I think there is, but i was
>reading through the m68k documentation and didn't see one...
>anyways, if possible, then some -really- fun stuff is gonna happen...

Not directly, although if you don't need to do it at run time then you can
set VTI to help you find where the address is being accessed.

    -Scott