What are assembly attributes?



What are assembly attributes?..

Answer / Satyanarayan Dash

Assembly attributes are non-instructional directives placed before or after assembly language instructions. They provide additional information about the program or individual instructions, such as their purpose, size, alignment, or optimization directives.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

What is console based application in java?

1 Answers  


What will happen if static modifier is removed from the signature of the main method?

1 Answers  


How do you know if a value is nan?

1 Answers  


Explain method local inner classes ?

1 Answers  


In the HashMap, we know the values but we dont know the key, then how can we get the key from HashMap ?????

4 Answers   Kanbay,


what is session in java?

1 Answers   Seventhsense Technologies,


What does a boolean method return?

1 Answers  


in a console we r giving java <class name> if r pressing enter where it'll goes

2 Answers   CSC,


What is difference between wait and notify in java?

1 Answers  


what is the need of the Ajax?

5 Answers   iFlex,


why java does not support unsigned keyword?

2 Answers  


What is an enumeration?

1 Answers  


Categories