From 23ae6c155b843a7fc6d99505e8f5750fa8571d1e Mon Sep 17 00:00:00 2001 From: Oliver Schmidt Date: Sun, 29 Oct 2017 00:08:33 +0200 Subject: [PATCH] Adjusted comment to (surprising) reality. --- ip65/timer.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ip65/timer.s b/ip65/timer.s index 9af59bf..cb5ab0d 100644 --- a/ip65/timer.s +++ b/ip65/timer.s @@ -22,7 +22,7 @@ time: .res 2 ; check if specified period of time has passed yet ; 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: pha txa