[TI ASM]

Got questions? Got answers? Go here for both.

Moderator: MaxCoderz Staff

Post Reply
User avatar
Matthias1992
New Member
Posts: 16
Joined: Mon 13 Jul, 2009 6:23 pm

[TI ASM]

Post by Matthias1992 »

Is there any way that I can disbale the onInterrupt?
Besides form using DI becuase that results in a freeze...(quite logically). I tried fuzzing around with the onFlags but that does not really get me anywhere. Any ideas?
darkstone knight
New Member
Posts: 67
Joined: Sun 09 Nov, 2008 1:56 pm

Re: [TI ASM]

Post by darkstone knight »

sending %xxxxxxx0 to port $3 should do the trick

send %00011101 to re-enable every interrupt, see day 23 of asmin28days
Post Reply