IN

In R[x], R[y] - Loading Content of I/O to a Register

 

Operating Mode

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

PC := PC + 1

Description

Writes value of address R[y] in IO to Register R[x].

 

Binary Command

15 14 13 12 11

10 9 8

7 6

5 4 3

2 1 0

11011

Adr(x)

--

Adr(y)

---

 

Example

 

IN R[5], R[2]   

15 14 13 12 11

10 9 8

7 6

5 4 3

2 1 0

11011

101

--

010

---