Quote:
|
Originally Posted by Miroslav
Thats a good description but CoreChartFR does more than that. Subroutines ( including functions from the default C code ) are selectable from a list. Also variables ( default C code and user generated ) are selectable from a list. This means that the programmer does not need to rely on his/her memory ( or constant reference to a printed list ) to program but can concentrate on the process instead.
|
You should be doing this anyway.
As far as I can determine, there's nothing C about it. The default variables are hardware registers. All variables fall under one of 2 types: bit and byte. Constants are darn near impossible to make.
Welcome to the wonderful world of kludging. My name is Jamie and I'll be your tour guide.