M
Mook Johnson
Guest
The data memory is seperated into two sections (X and Y) and these sections
are used for simultanous access during a MAC operation for single cycle
execution.
There are two sectons I've seen within the X and Y data sections.
one issimply called data and the other is call .BSS.
Fron what I've read the .bss in uninitualized memory while the data memory
is initilized to zero.
What is the purpose of the .bss section and why use it? How can I allocate
all X memory to Xdataand have it all initialized.
I never programmed a PIC processor before (have done 8051 though) so all of
this is new.
thanks
are used for simultanous access during a MAC operation for single cycle
execution.
There are two sectons I've seen within the X and Y data sections.
one issimply called data and the other is call .BSS.
Fron what I've read the .bss in uninitualized memory while the data memory
is initilized to zero.
What is the purpose of the .bss section and why use it? How can I allocate
all X memory to Xdataand have it all initialized.
I never programmed a PIC processor before (have done 8051 though) so all of
this is new.
thanks