Convention used to represent micro-operations, Computer Engineering

Assignment Help:

Q. Convention used to represent micro-operations?

The convention used to represent micro-operations is:

1.  Computer register names are designated by capital letters (sometimes followed by numerals) to denote its function. For illustration R1, R2 (General Purpose Registers), AR (Address Register), IR (Instruction Register) etc. 

2. Individual bits within a register are numbered from 0 (rightmost bit) to n-1 (leftmost bit) as shown in Figure below). Common ways of drawing block diagram of a computer register are displayed below. The name of 16-bit register is IR (Instruction Register) that is partitioned into two subfields in Figure D below). Bits 0 through 7 are assigned the symbol L (for Low byte) and bits 8 through 15 are assigned symbol H (for high byte). Symbol IR (L) refers to low-order byte and IR (H) refers to high-order byte.

569_Convention used to represent micro-operations.png

Figure: Register Formats

 


Related Discussions:- Convention used to represent micro-operations

What is disadvantage of distributed systems, What is disadvantage of Dis...

What is disadvantage of Distributed systems? Ans. Reliability is disadvantage of Distributed system.

Explain syntax of recursion, Syntax of recursion int fib(int num) /*...

Syntax of recursion int fib(int num) /* Fibonacci value of a number */ {      switch(num) { case 0: return(0); break; case 1: return(1); break; default:  /* Incl

What is vertical organization and horizontal organization, What is vertical...

What is vertical organization and horizontal organization? Highly encoded schemes that use compact codes to state only a small number of control functions in every microinstruc

How to turn on the session support in php, The session support can be turne...

The session support can be turned on automatically at the site level, or manually in every PHP page script: * Turning on session support automatically at the site level: Set s

What is backward compatible, A program is backward compatible if it can use...

A program is backward compatible if it can use files from an older version of itself. For a file saved in the program to be backward compatible, it must be possible to open the fil

Rsa encryption function- cryptography, The general method for constructing ...

The general method for constructing the parameters of the RSA cryptosystem can be described as follows: Select two primes p and q Let N = pq and determine ∅ (N) = (p - 1

Describe big notation, Q. Describe Big Notation? Big O Notation : The ...

Q. Describe Big Notation? Big O Notation : The set O (g(n)) comprises all functions f(n) for that there exists   positive constants c such that for satisfactorily large values

Transfer of control, Question a) Name and explian the four essential ...

Question a) Name and explian the four essential elements of a machine instruction. b) Provide any four common examples of mnemonics. c) The level of disagreement conce

C program, a c program to implement multiple stack in a single array

a c program to implement multiple stack in a single array

Write Your Message!

Captcha
Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd