S
Svenn Are Bjerkem
Guest
On Tuesday, March 19, 2019 at 1:13:38 AM UTC+1, gnuarm.del...@gmail.com wrote:
picoblaze is such a small cpu and I would like to program it in something else but its assembler language.
--
svenn
Most of us have implemented small processors for logic operations that don't need to happen at high speed. Simple CPUs can be built into an FPGA using a very small footprint much like the ALU blocks. There are stack based processors that are very small, smaller than even a few kB of memory.
If they were easily programmable in something other than C would anyone be interested? Or is a C compiler mandatory even for processors running very small programs?
I am picturing this not terribly unlike the sequencer I used many years ago on an I/O board for an array processor which had it's own assembler. It was very simple and easy to use, but very much not a high level language. This would have a language that was high level, just not C rather something extensible and simple to use and potentially interactive.
Rick C.
picoblaze is such a small cpu and I would like to program it in something else but its assembler language.
--
svenn