Chapter 9: Message transfers

Read out the system memory (COM = 44(H))

[Format]

Ë Command

COM

SEG

SADRL

SADRH

LL

LH

ËResponse

 

COM

 

RSLT

SEG

SADRL

SADRH

LL

LH

DATA1

......

DATAN

COM

= 44(H)

 

 

 

 

SEG

= Segment (08(H))

 

 

 

 

SADRL,H = System memory address (0000(H) to 047F(H))

See page 9-21.

LL,H

= Data length (number of bytes)

 

 

 

 

DATA1 to N

= Read data

 

 

 

 

[Function]

- Read the system memory data with the length shown by L, starting from SEG, SADR.

[Execution condition]

 

- Write enable mode

: Mode 0, mode 1 and mode 2

- PC operation status

: Stopping, operating

[Example]

-Read data of system memory #204 to 207.

ËCommand

 

 

44

08

84

00

 

 

 

04

00

 

9

 

 

 

 

 

System memory

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Data length

 

 

 

 

 

 

address

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

0084(H)000204(8)

 

 

 

 

 

 

 

 

 

 

 

 

 

 

ËResponse

44

00

08

84

00

04

00

80

01

08

00

 

 

 

 

 

 

 

 

 

 

 

System memory Data length address

0084(H)000204(8)Value at Value at Value at Value at

#204 #205 #206 #207

9-32