2024-07-25 06:17:42 +00:00
|
|
|
"Hi Stella" is a simple "Hello World" program for the "Stella"
|
|
|
|
system, more famously known as the Atari 2600. Simply running
|
2015-01-07 08:35:21 +00:00
|
|
|
|
|
|
|
ophis hi_stella.oph
|
|
|
|
|
2024-07-25 06:17:42 +00:00
|
|
|
should produce hi_stella.bin, a simple demo that prints "HI" on
|
2015-01-07 08:35:21 +00:00
|
|
|
the screen with some rolling color bars.
|
|
|
|
|
|
|
|
A more sophisticated program is colortest, which lets the user
|
|
|
|
explore the 128 colors provided by the system. Use up and down
|
|
|
|
to move the color value by 2, and left and right to move it
|
|
|
|
by 16. (The lowest bit in the color value byte is ignored, for
|
|
|
|
a total of 128 colors available.)
|