DGivney / assemblytutorials

This project was put together to teach myself NASM x86 assembly language on linux.
https://asmtutor.com/
654 stars 117 forks source link

Add clarification that the code is of x86 32bit #45

Open harryhanYuhao opened 1 year ago

harryhanYuhao commented 1 year ago

As the system call opecode for 32-bit and 64-bit linux are different, may be it is helpful to add explicit clarification that the code in tutorial is of 32 bit, and can not be assembled by nasm to elf64 format.

q2dg commented 2 months ago

In fact, in 2024 these tutorials should be modified to support x64 architecture the sooner the better.