Re: PIC Assembler.



On Wed, 24 Oct 2007 22:33:06 +0100, Eeyore wrote:

Whenever I come across the phrases "Linker scripts" or "Manifest
constants",
I reach for my revolver :)

What were you planning to shoot?

The scrote that spawned the "tutorial".

I agree. WTF is a "Manifest constant" anyway ?

Roughly, a constant which is given a name rather than being embedded in
the code as a literal value. E.g. in:

#define PI 3.14159
....
v = vp * sin(2 * PI * f * t + ph);

"PI" is a manifest constant.

.