Lab7: Timer Mod/Polling

A typical instruction for polling a bit would be: brset. TOF,x,80, CLEAR . This instruction, when inside a loop, will periodically check the contents of memory address TOF. In particular, it will check if bit 7 is logic one. When bit 7 is a one, the instruction will branch out of the loop to the label CLEAR. ................
................