This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS/TM4C123GH6PM: Assembly Question

Part Number: TM4C123GH6PM

Tool/software: Code Composer Studio

In ARM devices there is a END command to be able to end the program. Using CCS won't allow me to END 

Do you guys know the OP code to end the program.

  • Hello Arody,

    The directive is .end if using the TI assembler.

    This User's Guide may be helpful: www.ti.com/.../spnu118w.pdf

    Also while it looks like you are just doing some lab projects, I do want to mention we would be very limited in helping more than offering some resources with ASM as our TM4C support, and thus our knowledge, is focused on TivaWare which is a C code software package offered by TI to speed up designs by allowing customers to avoid relying on ASM or direct register programming.
  • Hi Ralph,

    Thanks for the quick reply it did help.

    Teaching a class only using ASM and we will move on the C code in a upper level class.

    Digging up information about ASM on this board has been a challenging task, but I got most of what I need to teach.

    Thanks again,
    Arody