Zilog Z80380 Manual de usuario Pagina 23

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 116
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 22
UM004001-COR1103 1–11
Introduction Sample Session
16.Type the following code in the edit window:
#include <stdlib.h>
int randnum;
int main()
{
srand(10);
randnum=rand();
randnum=rand();
}
17.Close and save the file.
18.Select Update All Dependencies from the Build menu. The Dependencies folder list in the
Project Viewer window is updated.
Configure Settings
The Z8/Z8Plus C-Compiler can be configured through the Settings Option dialog box in
ZDS. The Settings Option dialog box allows the user to configure:
General options
Optimization levels
Preprocessor symbol definitions
C-Compiler memory locations
Section names
Perform the following steps to open the C-Compiler Settings Option dialog box:
1. Open the project.
2. Select Settings from the Project menu. The Settings Options dialog box appears.
3. Click the C-Compiler tab. The C-Compiler Settings Option dialog box appears.
4.
CONFIGURE SETTINGS
The 380 C-compiler can be configured through the Settings Option dialog box in ZDS. The
Settings Option dialog box allows the user to configure:
General options
Vista de pagina 22
1 2 ... 18 19 20 21 22 23 24 25 26 27 28 ... 115 116

Comentarios a estos manuales

Sin comentarios