Hello,

I worked the last 2 weeks with this compiler, because there is some work to be done using a mmc with FAT16 and there is no code for pbp around.

It's a nice compiler with a huge packet of lib-functions for the hardware and even more - but the generated code is ... suboptimal.
I think, it is a pascal-compiler with a changed syntax.
If someone want's to enter a new world, just try a look, but the compiler is not without any problems! You must change your way to code.
You can use functions, but the parameter-handover to the functions needs a lot of code.
You can use local variables ! - But they don't know bit-arithmetik.

But without that compiler I have to write my own FAT16-lib...