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.
A fundamental introduction to x86 assembly programming
11–20 of 78 posts
Re: A fundamental introduction to x86 assembly programming
#12Re: A fundamental introduction to x86 assembly programming
#13Am I the only one who feels the "intro to x86" market is oversaturated?
Seconding this. Is there even any advanced x86_64 assembly language material out there besides the AMD and Intel reference manuals?
Re: A fundamental introduction to x86 assembly programming
#14I'm planning on writing a calculator in x86 assembly, so this will probably be a good starting point for me. I want to do this to grasp a better understanding of assembly. I currently am looking to develop on my MacBook Pro. Does anyone have more resources and/or suggestions? Thank you.
Re: A fundamental introduction to x86 assembly programming
#15x87 allows to do calculations in extended precision, i.e. word width is 80 bits. SSE is limited to double precision (64-bit words). Also FPU has some advanced math instructions, like sin, cos, tan, exp, etc., and these operations will be available in AVX512F.
Re: A fundamental introduction to x86 assembly programming
#16Is there something like SPARC or other RISC architectures?
Re: A fundamental introduction to x86 assembly programming
#17This is a nice fundamental introduction, but where would I go to see how to actually run code?
Re: A fundamental introduction to x86 assembly programming
#18Re: A fundamental introduction to x86 assembly programming
#19Anytime 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.
I'm reading Hackers by Stephen Levy right now and DEC's pdp computer era as described seems like a real golden age. I'd enjoy more history book recommendations along this line if anyone knows of some
Re: A fundamental introduction to x86 assembly programming
#20Anytime 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.
I'm reading Hackers by Stephen Levy right now and DEC's pdp computer era as described seems like a real golden age. I'd enjoy more history book recommendations along this line if anyone knows of some