0 Members and 3 Guests are viewing this topic.
.ISR fnInt(msc, 6) 0->T FnOn ClrHomeRepeat getkey(15) Output(8,0,T/108>Dec EndLnReg Return Lbl MSC T++ Return
For some reason interrupts don't work the way they used to (or I am just being stupid)This code is supposed to increment a number on screen once every second, but it doesn't. It just increments T once and then never does the ISR again. Why is that?Code: [Select].ISR fnInt(msc, 6) 0->T FnOn ClrHomeRepeat getkey(15) Output(8,0,T/108>Dec EndLnReg Return Lbl MSC T++ Return
Do you use L2 as a screen buffer?
Try to use a different ram area and check if that'll still happen.