https://github.com/airvzxf/assembly
Some scripts about Assembly
https://github.com/airvzxf/assembly
assembly
Last synced: 2 months ago
JSON representation
Some scripts about Assembly
- Host: GitHub
- URL: https://github.com/airvzxf/assembly
- Owner: airvzxf
- License: gpl-3.0
- Created: 2017-11-16T02:07:31.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-12-10T05:50:18.000Z (over 5 years ago)
- Last Synced: 2025-10-09T07:14:25.368Z (9 months ago)
- Topics: assembly
- Language: Assembly
- Homepage:
- Size: 158 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Assembly in Linux
[Linux](https://github.com/airvzxf/assembly/tree/master/linux):
- Benchmarks.
- [Fibonacci](https://github.com/airvzxf/assembly/tree/master/linux/benchmark/fibonacci). In mathematics, the Fibonacci numbers are the numbers in the following integer sequence.
- Information.
- GAS: GNU Assembler
- Book: Programming from the ground up - [Exercises](https://github.com/airvzxf/assembly/tree/master/linux/gas/programmingGroundUp).
- GDB: Debugger
- [Extensions and GUIs](https://github.com/airvzxf/assembly/tree/master/linux/debbuger/gdb).
- NASM - i386.
- [ASM Tutor](https://github.com/airvzxf/assembly/tree/master/linux/nasm/i386/tutorial/asmtutor) A very good NASM tutorial, needs more explanation but it's fine for a general purpose and start to do your first codes. [Official Website](https://asmtutor.com/).