Hacker News
Lobsters
- I can't use C functions in assembly https://cs.lmu.edu/~ray/notes/nasmtutorial/#:~:text=for%20writable%20data.-,Using%20a%20C%20Library,-Writing%20standalone%20programs 15 comments asm
- Pushing and popping rbp when linking the C library https://cs.lmu.edu/~ray/notes/nasmtutorial/ 10 comments asm
- linking asm o file with c using gcc https://cs.lmu.edu/~ray/notes/nasmtutorial/ 9 comments assembly_language
- A tutorial on assembly language programs on the x86-64 architecture. https://cs.lmu.edu/~ray/notes/nasmtutorial/ 4 comments programming
- NASM Tutorial [x86-64 examples] http://cs.lmu.edu/~ray/notes/nasmtutorial/ 9 comments programming
Linking pages
- Setting up an x86 CPU in 64-bit mode https://thasso.xyz/2024/07/13/setting-up-an-x86-cpu.html 122 comments
- GitHub - bobeff/programming-math-science: This is a list of links to different freely available learning resources about computer programming, math, and science. https://github.com/bobeff/programming-math-science 16 comments
- programming-math-science/README.md at main · bobeff/programming-math-science · GitHub https://github.com/bobeff/programming-math-science/blob/main/README.md 1 comment
- FreeBSD 64bit Assembler (amd64) https://honeyguide.eu/posts/asm64-fbsd/ 0 comments
- GitHub - wizardpisces/js-ziju: Compile javascript to LLVM IR, x86 assembly and self interpreting https://github.com/wizardpisces/js-ziju 0 comments