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
Operating system
Development tools
Security and connectivity
Important update: Arm Announces End of Life Timeline for Mbed. This site will be archived in July 2026. Read the full announcement.
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
This site uses cookies to store information on your computer. By continuing to use our site, you consent to our cookies. If you are not happy with the use of these cookies, please review our Cookie Policy to learn how they can be disabled. By disabling cookies, some features of the site will not work.