====== X16.BAS ====== The //x16.bas// library lets you access the improved functionality of the Commander X16. ===== Usage ===== You must include the library before you can use its features (preferably at the top of your program): INCLUDE "x16.bas" ===== Subroutines ===== * [[MEMCPYMV]] * [[MEMCPYVM]] * [[MOUSEON]] * [[MOUSEOFF]] * [[SETCLOCK]] * [[VMEMSET]] * [[VPOKE]] ===== Functions ===== * [[CLOCK_YEAR]] * [[CLOCK_MONTH]] * [[CLOCK_DAY]] * [[CLOCK_HOUR]] * [[CLOCK_MIN]] * [[CLOCK_SEC]] * [[ENTROPY]] * [[MOUSEBTN]] * [[MOUSEX]] * [[MOUSEY]] * [[VPEEK]]