mirror of
https://github.com/Ed94/ASM_Notes.git
synced 2025-08-06 07:02:43 -07:00
more notes
This commit is contained in:
10
Readme.md
10
Readme.md
@@ -66,6 +66,10 @@ https://www.davidsalomon.name
|
|||||||
[An Introduction to Assembly Programming with RISC-V](https://riscv-programming.org/book/riscv-book.html)
|
[An Introduction to Assembly Programming with RISC-V](https://riscv-programming.org/book/riscv-book.html)
|
||||||
<img src="./assets/An Introduction to Assembly Programming with RISC-V.jpg" alt="Book Cover" width="320">
|
<img src="./assets/An Introduction to Assembly Programming with RISC-V.jpg" alt="Book Cover" width="320">
|
||||||
|
|
||||||
|
## FFmpeg
|
||||||
|
|
||||||
|
[asm-lessons](https://github.com/FFmpeg/asm-lessons)
|
||||||
|
|
||||||
## Ian Lance Taylor
|
## Ian Lance Taylor
|
||||||
|
|
||||||
[20 part Linker Essay (on LWN)](https://lwn.net/Articles/276782/)
|
[20 part Linker Essay (on LWN)](https://lwn.net/Articles/276782/)
|
||||||
@@ -144,6 +148,8 @@ Assemblers below are just noted to exist but I don't care for.
|
|||||||
|
|
||||||
[GAS](https://wiki.osdev.org/GAS)
|
[GAS](https://wiki.osdev.org/GAS)
|
||||||
|
|
||||||
|
[LIEF](https://github.com/lief-project/LIEF)
|
||||||
|
|
||||||
## Exectuable Formats
|
## Exectuable Formats
|
||||||
|
|
||||||
* [PE Format](https://learn.microsoft.com/en-us/windows/win32/debug/pe-format?redirectedfrom=MSDN)
|
* [PE Format](https://learn.microsoft.com/en-us/windows/win32/debug/pe-format?redirectedfrom=MSDN)
|
||||||
@@ -157,3 +163,7 @@ Assemblers below are just noted to exist but I don't care for.
|
|||||||
[mschwartz's assembly tutorial](https://github.com/mschwartz/assembly-tutorial)
|
[mschwartz's assembly tutorial](https://github.com/mschwartz/assembly-tutorial)
|
||||||
|
|
||||||
[CppCon 2018: Matt Godbolt “The Bits Between the Bits: How We Get to main()”](https://youtu.be/dOfucXtyEsU)
|
[CppCon 2018: Matt Godbolt “The Bits Between the Bits: How We Get to main()”](https://youtu.be/dOfucXtyEsU)
|
||||||
|
|
||||||
|
[Learning Assembly YT Playlist](https://www.youtube.com/playlist?list=PLHJns8WZXCdvESvdr1BRjo4RHiR1Ylhw9)
|
||||||
|
|
||||||
|
[OSdev Entry](https://wiki.osdev.org/Assembly)
|
||||||
|
Reference in New Issue
Block a user