Hi All. I would like to display some values in the listing and build results after assembling a program. I can't figure out a way to display a calculated numerical value. I'm calculating baud rate as movlw Fosc/(16*9600) - 1 movwf SPBRG and i would like to display the numerical value of (Fosc/(16*9600) - 1) in the listing. I have tried messg Fosc/(16*9600) - 1 but that only displays "Fosc/(16*9600) - 1". Is there some way of doing this? Also, is there a way of concatenating strings for the message display, so i could ideally display something like: messg "The SPBRG value is " & Fosc/(16*9600) - 1 to give "The SPBRG value is xxx" TIA. Regards, Kresho -- http://www.piclist.com hint: PICList Posts must start with ONE topic: [PIC]:,[SX]:,[AVR]: ->uP ONLY! [EE]:,[OT]: ->Other [BUY]:,[AD]: ->Ads