Sign in

username:

password:



Not a member?

Search piclist



Search tips

Subscribe to piclist



piclist by Keywords

12F675 | 16F628 | 16F84 | 16f877 | 16F877A | 16F88 | 18F458 | ADC | AVR | Bootloader | CAN | CCS | CRC | EAGLE | EEPROM | ICD | ICSP | IDE | JDM | LED | Macros | Microchip | MPLAB | PCB-CAD | PIC10F | Pic12f675 | PIC16F84 | PIC16F84A | PIC16F877 | PIC18 | PIC18F452 | PicBasic | PICC | PICSTART | PWM | RS-485 | RS232 | SMT | SPI | UART | USART | USB | Wireless | Wisp628 | Xilinx

Ads

Discussion Groups

See Also

DSPFPGAElectronics

Discussion Groups | Piclist | Variable Symbols in File Register

A discussion group for the PICMicro microcontroller. Also called the Microchip PIC, this list is dedicated to the use and abuse of this fine, simple, microcontroller. Close to topic posts are welcome, ie. general electronics.

Variable Symbols in File Register - jsternmd - Aug 31 21:52:17 2009

Hi Group,

Is there any way get MPLAB asssembler to show the cblock symbol names from a list of variables created by cblock?

With a large cblock of 30-40 variable symbol names it gets to be a real pain to find the right address when looking in the file register while debugging.

Also, with byte size variables, MPLAB does not include or allow me to drag and drop any of the cblock variables to the watch window.

thanks

jerry

------------------------------------

to unsubscribe, go to http://www.yahoogroups.com and follow the instructions



(You need to be a member of piclist -- send a blank email to piclist-subscribe@yahoogroups.com )


Re: Variable Symbols in File Register - g8fub - Sep 1 17:04:15 2009

Hi Jerry,
You should be able to see the register address assigned to the C block variables in the list file when the program is assembled. It is shown at the start of the listing where the c block is show.
They are also shown at the end of the listing in the symbol table. (Assuming the symbol table list option is not turned off.)
Les.

--- In p...@yahoogroups.com, "jsternmd" wrote:
>
> Hi Group,
>
> Is there any way get MPLAB asssembler to show the cblock symbol names from a list of variables created by cblock?
>
> With a large cblock of 30-40 variable symbol names it gets to be a real pain to find the right address when looking in the file register while debugging.
>
> Also, with byte size variables, MPLAB does not include or allow me to drag and drop any of the cblock variables to the watch window.
>
> thanks
>
> jerry
>
------------------------------------

to unsubscribe, go to http://www.yahoogroups.com and follow the instructions

______________________________
Stellaris® MCU Family: New Parts, New Package, New Price.


(You need to be a member of piclist -- send a blank email to piclist-subscribe@yahoogroups.com )

RE: Re: Variable Symbols in File Register - "Jerry O. Stern" - Sep 4 16:57:14 2009

Hi Les, yes but that's such a pain to keep referring to a separate
document. Would be nice if MPLAB were able to display the symbol name.
Also why can't these cblock variables be used as watch variables?

jerry

-----Original Message-----
From: p...@yahoogroups.com [mailto:p...@yahoogroups.com] On Behalf
Of g8fub
Sent: Tuesday, September 01, 2009 5:04 PM
To: p...@yahoogroups.com
Subject: [piclist] Re: Variable Symbols in File Register
Hi Jerry,
You should be able to see the register address assigned to the
C block variables in the list file when the program is assembled. It is
shown at the start of the listing where the c block is show. They are
also shown at the end of the listing in the symbol table. (Assuming the
symbol table list option is not turned off.) Les.

--- In p...@yahoogroups.com, "jsternmd" wrote:
>
> Hi Group,
>
> Is there any way get MPLAB asssembler to show the cblock symbol names
> from a list of variables created by cblock?
>
> With a large cblock of 30-40 variable symbol names it gets to be a
> real pain to find the right address when looking in the file register
while debugging.
>
> Also, with byte size variables, MPLAB does not include or allow me to
> drag and drop any of the cblock variables to the watch window.
>
> thanks
>
> jerry
>
------------------------------------

to unsubscribe, go to http://www.yahoogroups.com and follow the
instructions



(You need to be a member of piclist -- send a blank email to piclist-subscribe@yahoogroups.com )

Re: Variable Symbols in File Register - g8fub - Sep 4 17:25:05 2009

Hi Jerry,
I do not use MPLAB to debug programs so I have not used the watch function. I assemble them with MPASM then use other methods to debug them. Hopefully someone else will be able to answer your question.
Les.

--- In p...@yahoogroups.com, "Jerry O. Stern" wrote:
>
> Hi Les, yes but that's such a pain to keep referring to a separate
> document. Would be nice if MPLAB were able to display the symbol name.
> Also why can't these cblock variables be used as watch variables?
>
> jerry
>
> -----Original Message-----
> From: p...@yahoogroups.com [mailto:p...@yahoogroups.com] On Behalf
> Of g8fub
> Sent: Tuesday, September 01, 2009 5:04 PM
> To: p...@yahoogroups.com
> Subject: [piclist] Re: Variable Symbols in File Register
> Hi Jerry,
> You should be able to see the register address assigned to the
> C block variables in the list file when the program is assembled. It is
> shown at the start of the listing where the c block is show. They are
> also shown at the end of the listing in the symbol table. (Assuming the
> symbol table list option is not turned off.) Les.
>
> --- In p...@yahoogroups.com, "jsternmd" wrote:
> >
> > Hi Group,
> >
> > Is there any way get MPLAB asssembler to show the cblock symbol names
> > from a list of variables created by cblock?
> >
> > With a large cblock of 30-40 variable symbol names it gets to be a
> > real pain to find the right address when looking in the file register
> while debugging.
> >
> > Also, with byte size variables, MPLAB does not include or allow me to
> > drag and drop any of the cblock variables to the watch window.
> >
> > thanks
> >
> > jerry
> >
> ------------------------------------
>
> to unsubscribe, go to http://www.yahoogroups.com and follow the
> instructions

______________________________
Stellaris® MCU Family: New Parts, New Package, New Price.


(You need to be a member of piclist -- send a blank email to piclist-subscribe@yahoogroups.com )