Important update: Arm Announces End of Life Timeline for Mbed. This site will be archived in July 2026. Read the full announcement.
Compiler Error 241
Trying to assemble the simple program below
AREA main, CODE, READONLY
ENTRY ; Mark first instruction to execute
MOVS r0, #10 ; Set up parameters
MOVS r1, #3
ADD r0, r0, r1 ; r0 = r0 + r1
END ; Mark end of file