Quote Originally Posted by Demon View Post
Sorry if I missed this:

How does FL compare with MCSP in terms of generated code?

I assume there's more than one way to skin a cat when compiling.

Robert
FL is an IDE (Integrated Development Environment).
It's somewhat like word is compared to notepad only its for programming.
The same compiler is used with FL as is with Microcode Studio.

I developed FL because I wanted additional features such as If-Endif code bracketing, color background, and presently undergoing testing is code folding and auto-indent.
Soon you may never indent another line and keep only the current active areas of code unfolded for a compact display of your code.

Norm