Saved Bookmarks
| 1. |
Draw 55 Instruction Format? |
|
Answer» OPCODE L B1 D1 B2 D2 It is a 6 byte instruction used to MOVE L+I bytes data FRO the storage locationi to the storage location2. Storage location1 = D1+[B1] Eg: MOV 60,400(3),500(4) opcode L B1 D1 B2 D2 It is a 6 byte instruction used to move L+I bytes data fro the storage locationi to the storage location2. Storage location1 = D1+[B1] Eg: MOV 60,400(3),500(4) |
|