The MASM Forum

General => The Workshop => Topic started by: LiaoMi on March 12, 2021, 01:24:38 AM

Title: Re: A scaler double maths primer for 64 bit MASM
Post by: LiaoMi on March 12, 2021, 01:24:38 AM
Hi Hutch,

:thumbsup: great video for learning assembler!
https://www.youtube.com/watch?v=Rkc09sTiS7g
Title: Re: Re: A scaler double maths primer for 64 bit MASM
Post by: jj2007 on March 12, 2021, 02:19:53 AM
A new instruction?
loadsd xmm1, 2.0
Title: Re: A scaler double maths primer for 64 bit MASM
Post by: hutch-- on March 12, 2021, 02:34:16 AM
I forget to lock the topic.

JJ, a macro.
Title: Re: A scaler double maths primer for 64 bit MASM
Post by: jj2007 on March 12, 2021, 02:37:15 AM
I see - the equivalent to movq xmm1, FP8(2.0)
Title: Re: A scaler double maths primer for 64 bit MASM
Post by: daydreamer on March 16, 2021, 04:52:13 AM
great video on procedures :thumbsup:
thanks,also useful for workerthread proc's
Title: Re: A scaler double maths primer for 64 bit MASM
Post by: daydreamer on April 09, 2021, 07:49:43 PM
I think it should be worth some 1k xp for each masm tutorial you go thru,like MS do with make apps for win10 tutorials now
:smiley: