| Word | Example |
|---|---|
| i.e. | Learning assembly language is enlightening. (i.e., it will bring you closer to being an uber-geek) |
| e.g. | The add instruction in x86 assembly combines the two specified values and stores the result in the first parameter. E.g., add ax,bx would be equivilant to ax=ax+bx |