Search results

  1. R

    Pauses skipped in interrupt during parallel processing

    Hi I'm noticing some weird behaviour using an interrupt with parallel processing. This code looks for an input on C.1, then triggers into the interrupt. But instead of pausing at the line "pause 1000" it goes immediately to the next line. setint %00000010,%00000010, C ' look for a high input...
Top