C/C++ vs Assembly
Last updated
Last updated
By reaching this section of the manual, you should have gained a strong theoretical base regarding Assembly particularities. However, when writing your first Assembly code, a lot of "Why?" and "How?" questions will be raised.
Understanding the relation between Assembly and a higher programming language can represent the first step in writing your first program in Assembly. In order to emphasize the relation between different Assembly chunks of code and higher language elements, we provide the following example showcasing the same program written in C++, C and Assembly.