Arm VERSION 1.2 Manual de usuario Pagina 338

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 360
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 337
Directives Reference
7-56 Copyright © 2000, 2001 ARM Limited. All rights reserved. ARM DUI 0068B
7.7.5 ENTRY
The
ENTRY
directive declares an entry point to a program.
Syntax
ENTRY
Usage
You must specify at least one
ENTRY
point for a program. If no
ENTRY
exists, a warning is
generated at link time.
You must not use more than one
ENTRY
directive in a single source file. Not every source
file has to have an
ENTRY
directive. If more than one
ENTRY
exists in a single source file,
an error message is generated at assembly time.
Example
AREA ARMex, CODE, READONLY
ENTRY ; Entry point for the application
Vista de pagina 337
1 2 ... 333 334 335 336 337 338 339 340 341 342 343 ... 359 360

Comentarios a estos manuales

Sin comentarios