An open API service indexing awesome lists of open source software.

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

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/).