Opcode: Difference between revisions

Content deleted Content added
Pengu (talk | contribs)
No edit summary
Eyu100 (talk | contribs)
mNo edit summary
Line 4:
Four bits is equal to a byte, and two bytes is equal to a word.
 
asAs an example letslet's design a crude 4-bit microprocessor.
 
allAll registers/ALU/counter/address, ALUs, counters, and addresses have a data path of 4-bit wide.
 
andAlso, all of our instructions must fit in a 3-bit address.
 
theseThese are the
op-codes mnemonic operations explanation
000 ADD add A to B and store in b
Line 24:
the desired operations are performed..
 
thisThis is a better explanation then whats below..cleanUpLater..