Project help plzzzz

Thread Starter

laloopershad

Joined Feb 4, 2014
16
Look like very simple i,e 1100110 entering X0, X1, X2, X3, X4, X5, X6, X7. All i need is to send these values from inputs and store it in D0, D1, D2, D3, D4, D5, D6, D7. I don't know where i am going wrong. Seems like a simple MOV function will work but it isn't. I will be thankful if someone plz send me a sample programme just storing the X0 value(1) into (D0). That will solve my problem, I don't know where i am going wrong :)
 

Thread Starter

laloopershad

Joined Feb 4, 2014
16
Thanks Max. This is very helpful. I have gone through this already. It says that MOV moves data from specified source to the specified destination. The problem is that the source(s) only accepts numbers like [MOV 5 D11] so when i turn X0 on D11=5 or data from one memory location to another like [MOV D8 D10] if i turn X0 on D10= Data in the D8. In no case data is read from the Inputs but only the given data is being moved from the source to destination.

Thanks
 
Top