Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to implement the Store instruction

Status
Not open for further replies.

bakira4

Programmer
May 19, 2008
8
0
0
FR
Hi everyone,

I've got a project where I've to implement a SIMD architecture whith creating the IR, ALU, Register, PC, Address latch and Data Latch blocks.
I also have to implement commands associate to each elements
(for example ALLIN, ALOUT, ALHIN AAout for the Address Latch block ... ).

After this first step we have to reuse all those commands to implement basic Assembly Instruction like the STore One.

Store Rn, HHLL
with Rn the register which contain the data we have to put at the HHLL memory address.


I don't really understand how to do that, so I need someone to explain me how the store instruction is running throw ALU, Register, data and address Latch.

thanks for your help

Romain

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top