Search found 2 matches

by Dave
Sat Dec 23, 2006 5:12 pm
Forum: Flowcode V2 & V3
Topic: Code macro and performance
Replies: 4
Views: 4808

Re: Stack overflow

Mark wrote:So - does Boost C take care of all this and ensure the stack cannot overflow or do we need to calculate it ourselves?
BoostC will warn of possible call stack overflows.

Regards
Dave
by Dave
Mon Nov 13, 2006 4:24 pm
Forum: Flowcode V2 & V3
Topic: Version 3 Assembler - confused
Replies: 9
Views: 7890

Behind the scenes Flowcode 3 uses the BoostC compiler from SourceBoost Technologies ( http://www.sourceboost.com ). The BoostC compiler goes from C code to a .hex (intel hex) file, that is one that you can download using your device programming hardware and software. The advantage of not using MPASM...