OUT

OUT R[x], R[y] - Saving Content of a Register to I/O

 

Operating Mode

 

IO(R[x]) := R[y]

PC := PC + 1

 

Description

 

Writes content of Register  R[y] to IO - address of Register R[x].

 

Binary Command

15 14 13 12 11

10 9 8

7 6

5 4 3

2 1 0

11010

---

--

Adr(x)

Adr(y)

Example

 

OUT R[3], R[6]   

15 14 13 12 11

10 9 8

7 6

5 4 3

2 1 0

11010

---

--

011

110