Programming an old console, Magnavox Odyssey 2?

assembly, c, console

Solution

It has only 64-bytes of memory, so yes, you need to use assembly. There is an open-source, well commented game Kill the attacking aliens which should help you get started. When in doubt, you can also check the source codes of Odyssey² open-source emulators o2em.

There is also a good deal of documentation of the system here (this page in particular).

Problem

Ive been searching around and I couldnt find anything on how to really begin programming for the Odyssey 2. I thought it was be kind of fun to mess around with one, to maybe try and program a simple game. But I wanted to know how I could begin. Like for example what is the console coded with, assembly? C? Is there any example code online? Are there some tutorials? I have been trying to find some, but have had no success.

Original source