the ''count'' instruction
> for minutes=0 to 1439 ' 1440 minutes per day
> count 0,60,subtotal ' one minute at a time
> total=total+subtotal
> next
correction, to count for one minute (BS2 or BS2e)...
count 0,60000,subtotal ' one minute at a time
> count 0,60,subtotal ' one minute at a time
> total=total+subtotal
> next
correction, to count for one minute (BS2 or BS2e)...
count 0,60000,subtotal ' one minute at a time