The MASM Forum

General => Reference => Topic started by: hyder on September 27, 2023, 05:50:25 AM

Title: Art of 64-Bit Assembly Source Files
Post by: hyder on September 27, 2023, 05:50:25 AM
The source code for "The Art of 64-bit Assembly" can be downloaded from here:
https://artofasm.randallhyde.com (https://artofasm.randallhyde.com).
There are MASM, Gas/Linux, and Gas/macOS versions of the source code available.
Cheers,
Randy Hyde
Title: Re: Art of 64-Bit Assembly Source Files
Post by: zedd151 on September 27, 2023, 05:51:28 AM
Hello, welcome (back?) to the forum!  :biggrin:
Title: Re: Art of 64-Bit Assembly Source Files
Post by: fearless on September 27, 2023, 06:24:55 AM
Thank you. Thats great news and a great contribution. The Art of Assembly is highly recommended reading for anyone learning assembler.
Title: Re: Art of 64-Bit Assembly Source Files
Post by: jj2007 on September 27, 2023, 06:45:42 AM
Welcome back, "Newbie" Randy (that's your title for now :biggrin: )
... and thanks for your generous present :thup:
Title: Re: Art of 64-Bit Assembly Source Files
Post by: Biterider on September 27, 2023, 06:54:54 AM
Welcome back to the forum  :thumbsup:
Biterider
Title: Re: Art of 64-Bit Assembly Source Files
Post by: Greenhorn on October 02, 2023, 10:36:36 PM
Topic should be pinned.  :thumbsup:
Title: Re: Art of 64-Bit Assembly Source Files
Post by: daydreamer on October 04, 2023, 03:01:01 AM
Hi welcome back to forum  :thumbsup:
Thanks for the link
Title: Re: Art of 64-Bit Assembly Source Files
Post by: hyder on October 14, 2023, 03:12:41 AM
Lately I've been working more on ARM assembly language (for "The Art of ARM Assembly" that will come out next year), so I haven't done much x86 work in the past two years. However, I discovered some real neat conversion algorithms in ARM assembly that I will (someday) convert back to x86. In particular, I've come up with some very fast numeric-to-string conversion functions that would probably work well on x86 (including SIMD versions).
Cheers,
Randy Hyde
Title: Re: Art of 64-Bit Assembly Source Files
Post by: daydreamer on October 14, 2023, 05:26:05 PM
Hi randy
Very interested in SIMD code,but doesn't that become "art of 512 bit assembly"?  Instead? :)