Byte Craft Limited offers a C compiler for RS08.
http://www.bytecraft.comBy way of contrast with other posts: RS08 is an ideal target for C programming. Its "reduced" architecture, both in programming model and in memory paging, represent extra complexity that developers shouldn't need to obsess over. Worry about your algorithm, and let the compiler worry about how and when to switch pages and so on.
We've found that efficient programming uses data types that match the programming problem. With C you gain access to a host of predefined data types and the optimization needed to integrate them.
Kirk Zurell
Byte Craft Limited