Live data from Hacker News

A fundamental introduction to x86 assembly programming

nayuki.io

1–10 of 78 posts

Re: A fundamental introduction to x86 assembly programming

#7
Anytime I see anything names my-asm or mini.asm or anything like that, it instantly yanks me back to college. We had this awesome teacher who had been at DEC for decades and taught at night. He'd bring in chunks of core memory, and tell us all about the old days in between course work. God I loved that class.

Re: A fundamental introduction to x86 assembly programming

#8

This is a nice fundamental introduction, but where would I go to see how to actually run code?

My best introduction to any asm language is just my C compiler putting out asm (gcc -S, I think). I can create small programs to do what I want, and see what the compiler puts out.
Post reply on HN