![](https://cdn.hackaday.io/images/7461111594235396736.png)
https://cdn.hackaday.io/files/1380505906331200/stopwatch2.c
This was a revival of the lion kingdom's very 1st programs on the commodore 64. Printing large characters out of 8x8 blocks was the goal, but it took some time to figure out what petscii character was an 8x8 block. It was an inverted space & the way to print an inverted space in BASIC was ctrl-9 (reverse on) then spacebar.
Nowadays, we have VT100 codes for inverting the space.
<0x1b>[7m to print inverted spaces & <0x1b>[7m to print normal spaces
A bit of elementary school character printing yielded a stopwatch in giant letters. The lion kingdom had an earlier stopwatch program which printed a single line of text, but it was found inadequate. Perhaps the single line will become an option.
Discussions
Become a Hackaday.io Member
Create an account to leave a comment. Already have an account? Log In.