Tuesday, August 27, 2019

Inline Assembly


Below is an example of inline assembly in C++. Notice that it is x86 assembly with the AT&T syntax. The final value of b is 10.