.global main, Stop, CodeEnd .global DataStart, DataEnd .text main: movw r0, #5.2 movt r0, #5.2 Stop: CodeEnd: nop /* -------------------------------------------------- Begin of the permanent program variables -------------------------------------------------- */ .data DataStart: DataEnd: .end