Simple IDE and PropGCC are neat.
Martin_H
Posts: 4,051
So I just downloaded and installed the Simple IDE and PropGCC and tried hello world running in a cog. That's pretty neat. It comes with a fair number of examples as well.
Comments
The DEC Alpha chip was the last processor I really knew the instruction set. It used to have register linkage for sub-routines which called no other sub-routines for a similar reason. On the Alpha register access was fast because you could move register to register in one instructions, but stack access required more than one instruction. It mounted up over time hence the register call linkage.
SimpleIDE should also be getting it's face out into the sun I think. SimpleIDE is also an IDE for Spin programming and one might argue that discussion of that usage does not belong in the propgcc forum.
I for one like SimpleIDE, sure their can always be improvements, but generally speaking, it is a very useful piece of software, maybe even better than Eclipse at this point. Hopefully will hear from Parallax as to the state of SimpleIDE.
Ray