[A89] Re: Traps...


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

[A89] Re: Traps...




oops, sent from wrong mail:
and that about a000 is true too.

At 05:17 2001-07-23, you wrote:
>I've got that up and running... with one problem, the routine never gets 
>called;
>in fact, the trace interrupt never happens according to vti! I set the 
>trace bit
>using move #$4000,sr, and yes I'm in supervisor mode when I do that :) 
>I've also
>made the correct entry in the vector table at the beginning of the ram...

Do you set the trace bit again in your trace routine?
It is cleared when a trace interrupt ouccurs.
And a slowdown on trace sounds a bit extreme :)
Don't you think it would be enough with a loop, maybe a bit longer, on for 
example Int 1?

///Olle




Follow-Ups: