Bitwise exclusive or), Not), Sample linker map file – Zilog Z8F0130 User Manual

Page 390: Bitwise exclusive or) ~ (not), In the

Advertising
background image

Using the Linker/Locator

UM013037-1212

366

Zilog Developer Studio II – Z8 Encore!
User Manual

^ (Bitwise Exclusive Or)

The ^ operator is used to perform a bitwise exclusive OR on two expressions.

Syntax

<expression> ^ <expression>

~ (Not)

The ~ (Not) operator is used to perform a one’s complement of an expression.

Syntax

~ <expression>

Sample Linker Map File

IEEE 695 OMF Linker Version 6.21 (06050201_eng)

Copyright (C) 1999-2004 Zilog, Inc. All Rights Reserved

LINK MAP:

DATE: Wed May 03 10:58:46 2006

PROCESSOR: assembler

FILES: C:\PROGRA~1\Zilog\ZDSII_~3.0\lib\zilog\startupL.obj

.\main.obj

C:\PROGRA~1\Zilog\ZDSII_~3.0\lib\std\chelpD.lib

C:\PROGRA~1\Zilog\ZDSII_~3.0\lib\std\crtLDD.lib

C:\PROGRA~1\Zilog\ZDSII_~3.0\lib\std\fpLDD.lib

C:\PROGRA~1\Zilog\ZDSII_~3.0\lib\zilog\csioLDD.lib

C:\PROGRA~1\Zilog\ZDSII_~3.0\lib\zilog\zsldevinitdummy.obj

COMMAND LIST:

=============

/* Linker Command File - sample Debug */

/* Generated by: */

/* ZDS II - Z8 Encore! Family 4.10.0 (Build 06050301_eng) */

/* IDE component: b:4.10:06050201_eng */

/* compiler options */

/* -const:RAM -define:_Z8F6423 -define:_Z8ENCORE_64K_SERIES */

Advertising