ZippyRedPlumber #1 Posted January 18, 2020 What's the main primary ColecoVision programming language? Quote Share this post Link to post Share on other sites
youki #2 Posted January 18, 2020 (edited) Back in Time: Assembler Pascal Nowaday C Assembler Edited January 18, 2020 by youki 1 Quote Share this post Link to post Share on other sites
ChildOfCv #3 Posted January 18, 2020 I wonder how many actually used Pascal? It required all call args to be pushed onto the stack instead of in registers like the ASM/C calls, and the Pascal front-end for it would just pull the args back from the stack into their register equivalents and then make the ASM call. So that's a lot of call overhead for no gain. Quote Share this post Link to post Share on other sites