beautypg.com

Zilog Z8F0130 User Manual

Page 183

background image

eZ8

CPU Core

User Manual

UM012820-0810

LD Instruction

168

The contents of Register

34h

and Register

45h

are not affected.

If Working Register R0 contains the value

08h

and Register

2Ch

(

24h

+

08h

=

2Ch

) contains the value

4Fh

, the following statement loads Work-

ing Register R10 with the value

4Fh

:

LD R10, 24h(R0)

Object Code: C7 A0 24

The contents of Working Register R0 and Register

2Ch

are not affected.

If Working Register R0 contains the value

0bh

and Working Register R10

contains

83h

the following statement loads the value

83h

into Register

FBh

(

F0h

+

0bh

=

FBh

):

LD F0h(R0), R10

Object Code: D7 A0 F0

The contents of Working Registers R0 and R10 are unaffected by the
load.