mirror of
https://github.com/bobbimanners/emailler.git
synced 2025-02-09 12:30:58 +00:00
Adjusted comment to (surprising) reality.
This commit is contained in:
parent
ce98f5d738
commit
23ae6c155b
@ -22,7 +22,7 @@ time: .res 2
|
|||||||
|
|
||||||
; check if specified period of time has passed yet
|
; check if specified period of time has passed yet
|
||||||
; inputs: AX - maximum number of milliseconds we are willing to wait for
|
; inputs: AX - maximum number of milliseconds we are willing to wait for
|
||||||
; outputs: carry flag set if timeout occured, clear otherwise
|
; outputs: carry flag clear if timeout occured, set otherwise
|
||||||
timer_timeout:
|
timer_timeout:
|
||||||
pha
|
pha
|
||||||
txa
|
txa
|
||||||
|
Loading…
x
Reference in New Issue
Block a user