Re: [hatari-devel] Strange Line-F exception |
[ Thread Index | Date Index | More lists.tuxfamily.org/hatari-devel Archives ]
I can reproduce it under falcon + tos 4.04, but it's not a bug.
What happens in fact is that when your program is started, a HBL interrupt is pending at the same time. So, when you press 'n', this will execute the next instruction, but in that case it will be the pending exception for HBL interrupt, which calls handler at address $68.
Mail converted by MHonArc 2.6.19+ | http://listengine.tuxfamily.org/ |