|
|
|
|
|
by recoil
5763 days ago
|
|
The article uses Nasm not GCC (or rather, not Gas - though Gas supports Intel syntax too now, afaik), and is definitely using Intel syntax. Note for instance the unintuitive order of source and destination in the MOV calls and the lack of delimiters on the operands, amongst other things. [edit: clarification] |
|
(I have a very strong personal preference for the Intel syntax.)