What is assembly condition codes?



What is assembly condition codes?..

Answer / Alekh Nagar

Assembly Condition Codes (ACCs) are flags set by a processor during execution of certain instructions to represent the status or result of that instruction. Examples include Carry Flag (CF), Zero Flag (ZF), and Parity Flag (PF).

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

how to create multithreaded program? Explain different ways of using thread? When a thread is created and started, what is its initial state? Or extending thread class or implementing runnable interface. Which is better? : Java thread

1 Answers  


whats is the use of final,in which situation final can be used in the application?

2 Answers   DNS,


strings in java are objects.why?

2 Answers  


Does java map allow duplicates?

1 Answers  


What is static keyword?

1 Answers  


Is a string literal?

1 Answers  


what is the reason behind non static method cannot be referenced from a static Context?

2 Answers  


What are adapter classes?

1 Answers  


What are "methods" and "fields"?

1 Answers   Wipro,


What is nullpointerexception?

1 Answers  


What is null statement?

1 Answers  


What is the range of the char type?

3 Answers  


Categories