Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mikesmullin/assembly
- Owner: mikesmullin
- Created: 2012-01-26T02:49:33.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2018-11-29T04:38:38.000Z (about 6 years ago)
- Last Synced: 2024-04-14T14:50:54.886Z (9 months ago)
- Language: Java
- Homepage:
- Size: 364 KB
- Stars: 37
- Watchers: 9
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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