Keil™, An ARM® Company

µVision® User's Guide

Technical Support

On-Line Manuals

µVision® User's Guide

µVision3 Overview
User Interface
Creating Applications
Utilities
Debugging
Debug Commands
Debug Functions
Simulation
Flash Programming
Dialogs
File
Device Database
License Management
Single-User License
Floating-User License
Floating License Administrator
Edit
Find in Files
Configuration
Editor
Colors & Fonts
User Keywords
Shortcut Keys
Templates
View
Symbol Window
Project
Components, Enviornment, and Books
Project Components
Folders/Extensions
Books
Multi-Project
Select Device
Options
Device
Properties
Target
Target (Keil ARM)
Target (Keil C51)
Target (Keil C166)
Target (Keil C251)
Target (GNU ARM)
Target (RealView ARM)
Output
Output (Keil)
Output (GNU ARM)
Output (RealView ARM)
Listing
Listing (Keil)
Listing (GNU ARM)
Listing (RealView ARM)
User
Keil EC++ Compiler
Compiler
Keil CA ARM Compiler
Keil Cx51 Compiler
Keil C166 Compiler
Keil C251 Compiler
GNU ARM C Compiler
RealView ARM C Compiler
Assembler
Keil AA ARM Assembler
Keil Ax51 Assembler
Keil A166 Assembler
Keil A251 Assembler
GNU ARM Assembler
RealView ARM Assembler
Linker
Keil LA Locate
Keil LA Misc
Keil BL51 Locate
Keil BL51 Misc
Keil Lx51 Locate
Keil Lx51 Misc
Keil L166 Locate
Keil L166 Misc
GNU ARM Linker
RealView ARM Linker
Debug
Utilities
Batch Build
Debug
Breakpoints
Debug Settings
Logic Analyzer
Memory Map
Performance Analyzer
Function Editor
Tools
Setup PC-Lint
Customize Tools Menu
SVCS
Configure Version Control
Example Programs
Command Line
Appendix

RealView ARM Assembler

Pre-defined Symbols

Define
Sets symbols using the SETA directive. The defined names are copied exactly as they are entered (case-sensitive). Each name may get optionally a value, for example: Check, NoExtRam, X1=1+5
Undefine
Clears previous Define assignments that are entered in the options dialog of a higher Target or Group level.

Language / Code Generation

Enable Arm/Thumb Interworking
The code in the assembler source file allows calls between ARM and Thumb mode code.
Read-Only Position Independent
The code in the assembler source file is designed for position independent ROM constants.
Read-Write Position Independent
The code in the assembler source file is designed for position independent RAM variables.
Thumb Mode
Generate Thumb Code.
No Warnings
Disable warning messages.
Software Stack-Checking
The code in the assembler source file carries out software stack-limit checking.
Split Load and Store Multiple
An error message is generated when the instructions LDM/STM have more than 5 (more than 4 when the PC is changed) CPU registers.

Other Controls

Include Paths
Allows you to supply one or more (separated by semi-colon) paths to source file path.
Misc Controls
Specify any directive for which there is no individual dialog control.
Assembler control string
Display the current directives at the Assembler command line.