Suffix
[18.09.2020] [Nørderier/Teori]
- Suffix
- Registre
- Operander
- Flytteinstruktioner
Assembly suffix sammenlignet med C typer.
C type | Intel datatype | Assembly-kode suffix | Størrelse (bytes) |
char | Byte | b | 1 |
int | Word | w | 2 |
long | Quad word | q | 8 |
char* | Quad word | q | 4 |
float | Single precision | s | 4 |
double | Double precision | l | 8 |
...