12-15-2014, 05:10 PM
(12-13-2014, 07:01 AM)GISED_Link Wrote: Aaaarg ! 00000 for NOP seems to be a bad idea. I really recommand to put the NOP instruction somewhere else and show an alert when the opcode (binary code of the instruction) is 00000.
And yes I think that addc and subc are very important.
No just no.. that means when ur not running anything at all, u will get an error. A noop should ALWAYS ALWAYS ALWAYS be 00000. So if u do something like pipeline and u have to stall, it simply just closes a read lock and nothing else can come though. Leaving the busses idling at 00000 during the stall, Hensel Noop.