Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mikesmullin/assembly

Various x86/64 Assembly examples for learning
https://github.com/mikesmullin/assembly

Last synced: about 1 month ago
JSON representation

Various x86/64 Assembly examples for learning

Awesome Lists containing this project

README

        

# Assembly

Follow along as we learn Assembly Language (ASM). Including x86, x86_64 architecture,
machine language, JVM bytecode, and fundamentals of hardware.

# My Book

- Thorough notes and links on x86/64 Machine Code Assembly / Disassembly
https://gist.github.com/mikesmullin/6259449

# Examples:

- `bootloader/` - on BIOS, boot, and operating system assembly
- `windows/` - on Windows process assembly (incl. OpenGL)
- `linux_gdb/` - on Linux assembly and Asm/Disasm/Debug tooling

# Related:

- [mikesmullin/OperatingSystem](https://github.com/mikesmullin/OperatingSystem) repo