tetsu-jp
29-12-2011, 09:35 PM
Or BASIC maybe.
I used RISC assembly for a while, 16F and 18F, as well 16F extended range.
I have a codebase of about 1 megabyte sources now.
However it becomes more and more messy to maintain, means it can take a long while to understand a source from 3 years ago, especially when the schematics are absent.
So, recently I decided to use Hitech-C in the future.
I tried it one evening and had a small program running after only some minutes.
It is not I do not like assembly, or I could not understand it.
But, doing advanced things results in length sources stretching over pages, and in C
it is considerably less lines. As well the banking is now handled by the compiler.
PIC32 assembly is very complicated- too complicated for me actually, I have taken a look the programming manuals. For PIC32 C language is the only way to go!
I used RISC assembly for a while, 16F and 18F, as well 16F extended range.
I have a codebase of about 1 megabyte sources now.
However it becomes more and more messy to maintain, means it can take a long while to understand a source from 3 years ago, especially when the schematics are absent.
So, recently I decided to use Hitech-C in the future.
I tried it one evening and had a small program running after only some minutes.
It is not I do not like assembly, or I could not understand it.
But, doing advanced things results in length sources stretching over pages, and in C
it is considerably less lines. As well the banking is now handled by the compiler.
PIC32 assembly is very complicated- too complicated for me actually, I have taken a look the programming manuals. For PIC32 C language is the only way to go!