Programming Hints

The RS08 is an 8-bit processor not designed with high-level languages in mind. You must observe certain points to allow the Compiler to generate reasonably efficient code. The following list provides an idea of what is "good" programming from the processor's point of view.

Using unsigned types instead of signed types is better in the following cases: