Page 1 of 1

[Implemented] Compiler Directive: EnableASM, DisableASM

Posted: Sat Apr 07, 2007 1:46 pm
by horst
Compiler Directive: EnableASM, DisableASM

This could be used to limit Inline ASM to a small code section, avoiding the risk of conflicts elsewhere.

And it would be possible to activate Inline ASM in a code snippet to be used as included file without forcing other users to set the general compiler option.

Posted: Sat Apr 07, 2007 2:03 pm
by Kaeru Gaman
good idea. I'll second that request.

Posted: Sat Apr 07, 2007 2:08 pm
by thefool
I think it has been requested before but never done. It would be a nice feature.

Posted: Sat Apr 07, 2007 4:55 pm
by Derek
Good idea. Definately useful.

Posted: Sat Apr 07, 2007 6:56 pm
by Fred
Added.

Posted: Sat Apr 07, 2007 8:10 pm
by thyphoon
Fred wrote:Added.
Great !! :D

Posted: Sun Apr 08, 2007 7:30 am
by horst
Fred wrote:Added.
Thanks!! I am looking forward to the next release.

Posted: Sun Apr 08, 2007 1:18 pm
by AND51
What about about a #PB_Compiler_InlineASM feature, to detect wether InlineASM was en- or disabled?