Comment C--? (Score 1) 138
>>Or, since all microprocessors consist of registers, simple instructions, memory addresses, and push/pull, just create a very simple, generic, "language"based on that, and then compile it to any specific architecture.
We already have programming languages like that. C-- claims to be a "portable assembly language" (some claim that traditional C also fits that description).