BBS: Inland Empire Archive Date: 04-17-92 (10:17) Number: 53 From: MATT HART Refer#: NONE To: CORIDON HENSHAW Recvd: NO Subj: Software INTs to PDS Conf: (2) Quik_Bas
CH> I need a program the respons to the timer tick interrupt from CH> BASIC, is there any way to have a BASIC program running under QBX Use ON TIMER (TimerNum&) GOSUB WhereEver This can distinguish by the second. For higher resolution, you'd have to go to assembly, perhaps creating a interrupt intercept for the timer tick (18.2 times per second) and calling SetUEvent in the assembly code, with an ON UEVENT GOSUB WhereEver. --- * Origin: Midnight Micro! V.32/REL (918)451-3306 (1:170/600)
Books at Amazon:
Back to BASIC: The History, Corruption, and Future of the Language
Hackers: Heroes of the Computer Revolution (including Tiny BASIC)
Go to: The Story of the Math Majors, Bridge Players, Engineers, Chess Wizards, Scientists and Iconoclasts who were the Hero Programmers of the Software Revolution
The Advent of the Algorithm: The Idea that Rules the World
Moths in the Machine: The Power and Perils of Programming
Mastering Visual Basic .NET