https://github.com/bimlu/nasmtutorial
https://github.com/bimlu/nasmtutorial
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bimlu/nasmtutorial
- Owner: bimlu
- Created: 2021-07-27T10:09:33.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-30T14:07:05.000Z (almost 5 years ago)
- Last Synced: 2025-03-11T21:48:21.194Z (over 1 year ago)
- Language: HTML
- Size: 423 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nasmtutorial
## This tutorial can be found at https://cs.lmu.edu/~ray/notes/nasmtutorial/.
1. Clone the repository.
2. Open the index.html in your browser.
## Links
#### Intel vs. AT&T syntax: http://staffwww.fullcoll.edu/aclifton/courses/cs241/syntax.html
#### Review of x86 assembly: http://www.scs.stanford.edu/nyu/04fa/notes/l2.pdf
#### x86 calling conventions: https://en.wikipedia.org/wiki/X86_calling_conventions#x86-64_Calling_Conventions
#### Differences in Intel (NASM) vs AT&T (GAS) Syntax. https://sdasgup3.github.io/Intel_Vs_Att_format/
#### Linux assemblers: A comparison of GAS and NASM. https://developer.ibm.com/articles/l-gas-nasm/
#### Floating Point Instructions. http://rayseyfarth.com/asm/pdf/ch11-floating-point.pdf
#### Where the top of the stack is on x86. https://eli.thegreenplace.net/2011/02/04/where-the-top-of-the-stack-is-on-x86/
#### Stack frame layout on x86-64. https://eli.thegreenplace.net/2011/09/06/stack-frame-layout-on-x86-64/