beautypg.com

List, Nolist, Newpage – Zilog Z8F0130 User Manual

Page 330

background image

Using the Macro Assembler

UM013037-1212

306

Zilog Developer Studio II – Z8 Encore!
User Manual

LIST

Instructs the assembler to send output to the listing file. This mode stays in effect until a

NOLIST

directive is encountered. No operand field is allowed. This mode is the default

mode.

Synonyms

.list

,

.LIST

Syntax

<list_directive> =>

LIST

Example

LIST

NOLIST

NEWPAGE

Causes the assembler to start a new page in the output listing. This directive has no effect
if

NOLIST

is active. No operand is allowed.

Synonyms

.page

,

PAGE

Syntax

=>

NEWPAGE

Example

NEWPAGE

NOLIST

Turns off the generation of the listing file. This mode remains in effect until a

LIST

direc-

tive is encountered. No operand is allowed.

Synonym

.NOLIST

Syntax

<nolist_directive> =>

NOLIST