AM3352: Assembly Command User Guide

Part Number: AM3352
Other Parts Discussed in Thread: ARM-CGT

I need the user manual for the  window ccs  older TI Arm Compiler (armcl) assembly commands.

because  I need to port a GCC project to this environment. 

The difficulty lies in the fact that a large amount of modification is needed for the assembly code part.

Including inline assembly

Convert GCC .s file to .asm file

I can't find any assembly documentation for the older TI Arm Compiler (armcl) for Windows.

so    I need the user manual for the  window ccs  older TI Arm Compiler (armcl) assembly commands.

It would be even better if there were documentation for .asm files.

 

thanks

 

  • I need the user manual for the  window ccs  older TI Arm Compiler (armcl) assembly commands.

    This compiler is still available, along with the documentation for it.  Start by visiting the home page for all TI Arm compilers.  Next to ARM-CGT — ARM Code Generation Tools - Compiler click on Download Options.  A large pop-up opens.  Under Documentation are links to the manuals for the compiler and assembly language tools.  Here is a screenshot:

    I need the user manual for the  window ccs  older TI Arm Compiler (armcl) assembly commands.

    The lines in an assembly file divide into two categories: directives and instructions.  Directives are commands to the assembler.  Instructions are commands to the CPU.  For directives, use the assembly language tools manual.  For instructions, I have changed responsibility for this thread over to the team that supports AM335x devices.

    Thanks and regards,

    -George