Programmable Interval Timer: Difference between revisions

[unchecked revision][unchecked revision]
Content deleted Content added
Combuster (talk | contribs)
PIT timer with a count of 0
Brendan (talk | contribs)
m Little bug in PIT Channel 0 Example Code
Line 322:
; Do some checking
mov eax,0x1000 0x10000 ;eax = reload value for slowest possible frequency (65536)
cmp ebx,18 ;Is the requested frequency too low?
jbe .gotReloadValue ; yes, use slowest possible frequency