I've wanted to "learn assembly" properly, in the sense of write small to
medium programs to feel like a native. Scouting around for IDE's, I couldn't
find much. However, it seems like emacs has a rich ecosystem for
assembly! I had no idea if it's a good ecosystem --- my experience with
emacs has been hit and miss. I decided to take the dive.
-
http://ref.x86asm.net/ -
nasmshell -
nasm-mode -
x86-lookup - blog post
- link to volume 2
- Link to general page with download link called as Intel 64 and IA-32 architectures software developer's manual combined volumes 2A, 2B, 2C, and 2D: Instruction set reference, A-Z.
-
cgasmto quickly lookup assembly.