>ii) In BASIC, I can use the function TIME to make a chronometer:
> 2000 TIME=0
> ...
> 2200 ? TIME(1)
> How I do this in Pascal?
If You have clock chip in your MSX, use my Get/SetTime.inc (ftp.funet.fi or
homepage of Manuel Bilderbeek
If there is no clock chip define SYSTEM variable JIFFY as Integer absolute !
Var Time :Integer absolute $fc9e; {Variable Time can now be used as TIME in
basic }
Sincerely Kari
****
MSX Mailinglist. To unsubscribe, send an email to [EMAIL PROTECTED] and put
in the body (not subject) "unsubscribe msx [EMAIL PROTECTED]" (without the
quotes :-) Problems? contact [EMAIL PROTECTED] (www.stack.nl/~wiebe/mailinglist/)
****