From 3bf3f7b50ad6af8bd192f84b519ea093be423d56 Mon Sep 17 00:00:00 2001 From: Marcin Pachur Date: Tue, 10 Dec 2024 20:27:46 +0100 Subject: [PATCH] feat: add X86 assembler learning resources Signed-off-by: Marcin Pachur --- README.md | 16 ++++++++++++++++ index.html | 35 +++++++++++++++++++++++++++++++++++ 2 files changed, 51 insertions(+) diff --git a/README.md b/README.md index 1568270..940c60e 100644 --- a/README.md +++ b/README.md @@ -5,3 +5,19 @@ | SimpleX Chat | [link](https://simplex.chat/contact#/?v=2-6&smp=smp%3A%2F%2Fh--vW7ZSkXPeOUpfxlFGgauQmXNFOzGoizak7Ult7cw%3D%40smp15.simplex.im%2FLJ3jt8vGsFUTJ2iisBetlzO4t-x5LuN6%23%2F%3Fv%3D1-3%26dh%3DMCowBQYDK2VuAyEARcDszQ42GvZcYyflIsKSVIVvvwkqyE0eGeHXKwz5okc%253D%26srv%3Doauu4bgijybyhczbnxtlggo6hiubahmeutaqineuyy23aojpih3dajad.onion) | | Signal | [@pm4rcin.01](https://signal.me/#eu/7Hnh0Qjpisj66AOcF1cTntkcmorlzkjcYWVYI0fj89AUHovOLotGsqmUVzvIdth7) | | Matrix | [@pm4rcin:matrix.org](https://matrix.to/#/@pm4rcin:matrix.org) | + +# Learning resources + +## Assembler + +### Text + +- [Some Assembly Required](https://github.com/hackclub/some-assembly-required) +- [Intel x86 Assembler Instruction Set Opcode Table](https://sparksandflames.com/files/x86InstructionChart.html) +- [x86 and amd64 instruction reference](https://www.felixcloutier.com/x86/) +- [The Complete Pentium Instruction Set Table (32 Bit Addressing Mode Only)](http://gynvael.vexillium.org/dump/opcodes.txt) + +### Video + +- [Intro to x86 Assembly Language](https://youtu.be/wLXIWKUWpSs) +- [x86 Assembly Crash Course](https://youtu.be/75gBFiFtAb8) diff --git a/index.html b/index.html index a7a8ce3..03af23c 100644 --- a/index.html +++ b/index.html @@ -45,6 +45,41 @@

Contact

+

Learning resources

+

Assembler

+

Text

+ +

Video

+