beautypg.com

Appendix e. compatibility issues, Assembler compatibility issues – Zilog Z8F0130 User Manual

Page 547

background image

UM013037-1212

Appendix E. Compatibility Issues

Zilog Developer Studio II – Z8 Encore!

User Manual

523

Appendix E. Compatibility Issues

The following sections describe assembler and compiler compatibility:

Assembler Compatibility Issues

– see page 523

Compiler Compatibility Issues

– see page 525

Assembler Compatibility Issues

The following table shows the equivalences between Z8 Encore! directives and those of
other assemblers that are also supported by the Z8 Encore! assembler. ZMASM directives
that are compatible with Z8 Encore! directives are also listed. The Z8 Encore! assembler
directives in the left column are the preferred directives, but the assembler also accepts
any of the directives in the right column.

Table 68. Z8 Encore! Directive Compatibility

Z8 Encore!
Assembler

Compatible With

ALIGN

.align

ASCII .ascii

ASCIZ .asciz

ASECT .ASECT

ASG .ASG

ASSUME .ASSUME

BES .bes

BREAK .$BREAK,.$break

BSS .bss

CHIP chip,

.cpu

CONTINUE .$CONTINUE,

.$continue

DATA .data

DB

.byte, .ascii, DEFB, FCB, STRING, .STRING, byte,

.asciz

DD .double

DEFINE

.define

DF

.float

DL

.long, long

DR