Commodore 64 Basic one-liner Waves

Опубликовано: 17 Январь 2022
на канале: Just for the Fun of It – Commodore Retro & BASIC
788
17

Commodore 64 Basic oneliner Waves
A oneliner that you encounter on the internet in many different versions is the effect of creating waves.
Using the Petscii characters and the print command it created the effect of a wave on the screen.

Here the multiline version first using the chr$ function which makes it more ease to copy the code into Vice emulator or type it in on the Commodore 64 directly.
10?chr$(175)+chr$(114)+chr$(102)+chr$(96)+chr$(100)+chr$(101)+chr$(183);
20 ?chr$(101)+chr$(100)+chr$(96)+chr$(102)+chr$(114)+chr$(175);
30 goto 10

Second as shown in the short video the oneliner. If you want to type it on the commodore keyboard you need the {SHIFT-KEY} or {COMMODORE-KEY} in combination with the keys to get the appropriate Petscii characters.

10 print "{C= + P} + {Shift + RFCDE} + {C=+Y} + {SHIFT+ EDCFR} + {C= + P}";:goto 10

Whereby {C=+P} means : hold the commodore key in combination with the "P"
and {Shift + ...} means: hold the shift-key while pressing the letters


На этой странице сайта вы можете посмотреть видео онлайн Commodore 64 Basic one-liner Waves длительностью часов минут секунд в хорошем качестве, которое загрузил пользователь Just for the Fun of It – Commodore Retro & BASIC 17 Январь 2022, поделитесь ссылкой с друзьями и знакомыми, на youtube это видео уже посмотрели 788 раз и оно понравилось 17 зрителям. Приятного просмотра!