VIC-20 C64 C16 Plus/4 C128
The TI()
function returns the total count of jiffies (1/60 second time increments) since power-on. It returns the same value as the system variable TI
in CBM BASIC.
DECLARE FUNCTION TI AS LONG () SHARED STATIC INLINE
PRINT "seconds since power-on: "; TI() / 60