|  | 
| Faster leap year code. - Printable Version +- PowerBASIC Users Meeting Point (http://pump.richheimer.de) +-- Forum: User to User Discussions (http://pump.richheimer.de/forumdisplay.php?fid=3) +--- Forum: Source Code Library (http://pump.richheimer.de/forumdisplay.php?fid=8) +--- Thread: Faster leap year code. (/showthread.php?tid=10) | 
| Faster leap year code. - Dale Yarker - 07.09.2024 This is roughly 3 times faster than the usual three MOD operations method. Code:   ! push eax          'for pseudo MOD, dividend and quotientLonger description at: http://www.yarker-dsyc.info/Programs/Misc/IsLeap-FebruaryDays.html RE: Faster leap year code. - Dale Yarker - 28.06.2025 Due to change of host and reorganization, I have edited link in above post. |