Sign in

username:

password:



Not a member?

Search motoroladsp



Search tips

Subscribe to motoroladsp



motoroladsp by Keywords

56303 | 563xx | 5680 | 56805 | 5680x | 56F80 | 56F800DEMO | 56F805 | 56f807 | 56F830 | ADC | Bootloader | Codec | CodeWarrior | CW5 | CW6 | Debugger | DSP56303 | DSP56303EVM | DSP563xx | DSP5680 | DSP56800 | DSP56807 | DSP56858 | DSP56858EVM | DSP56F803 | DSP56F805 | DSP56F807 | DSP56F80x | DSP56F826 | DSP56F827 | DSP56F8xx | EVM | FFT | Flash_over_jtag | GPIO | Interrupt | Interrupts | JTAG | LCD | Linker | MCF5307 | Metrowerks | Modulus | MSCAN | PCMaster | PWM | Quad | Rif | RTOS | SDK | SPI

Discussion Groups

Discussion Groups | Freescale DSPs | metrowerks and .asm files

Technical discussions about Freescale (Motorola) DSPs (including the DSP56000, DSP56300, DSP56600, 56800 DSPs).

  

Post a new Thread

metrowerks and .asm files - Thomas - May 19 13:44:00 2005



anyone know how to get metrowerks to print out C and asm as well as
asm line numbers? I'm trying to go from P:12DC A001 BCC 0x12DE to the
equivelant in my C code. I remember doing it with my 68000 so I'm
hopping I can do it here.

thanks,
tom




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

Re: metrowerks and .asm files - help56800 - May 19 14:19:00 2005

Simply right mouse click a filename in the CW project, and select
Disassemble command. CodeWarrior will produce output with mixed C
and ASM, as well as line number count. It will look something like
this:

;
; 32:
; 33: void main(void)
; 34: {
; 35: /*** Processor Expert internal initialization. DON'T
; 36: PE_low_level_init();
; 37: /*** End of Processor Expert internal
; 38:
; 39: /* Write your code here */
; 40:
;
0x00000000 Fmain:
0x00000000 0xE2540000 jsr
0x000000 ; FPE_low_level_init
0x00000002 0xA97F bra *+0

--- In motoroladsp@moto..., "Thomas" <tommyjt24@y...> wrote:
> anyone know how to get metrowerks to print out C and asm as well
as
> asm line numbers? I'm trying to go from P:12DC A001 BCC 0x12DE to
the
> equivelant in my C code. I remember doing it with my 68000 so I'm
> hopping I can do it here.
>
> thanks,
> tom




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