Daniel, I've read your calculator blog and saw that you are disappointed about the speed of the PB-1000
compared to the PB-2000C with BASIC. The reason is the lack of the CLEAR statement in your test program,
due to the variable handling of this BASIC dialect.
Furthermore you pointed out the missing internal timer of the PB-2000C. The timer is present but disabled
while the PB-2000C is off because of avoiding conflicts with the ROM cards. So the time, date and alarm
functions of the PB-1000 were removed, but the BASIC random generator command RND(-) uses the timer.
It's also possible to use the timer through assembly languange. An example is using the PB-2000C as a
desktop clock.