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

64 bit linux/OSX #24

Closed Gr3yR0n1n closed 3 years ago

Gr3yR0n1n commented 4 years ago

Extending with 64 bit linux/OSX versions of the project

DGivney commented 3 years ago

Hi Gr3yR0n1n

Thanks for putting this PR together.

I appreciate the effort you've gone to however, unfortunately, I don' think 64bit code should be merged into this project without documentation.

I think this would be best suited in its own repo and I'll link to it from the README. There are other 64bit tutorial repos based on these lessons such as this one: https://github.com/elfsternberg/asmtutorials so I can make a 64bit section and direct people to the updated projects. I hope that is OK.

All the best,

Daniel