The MASM Forum

Projects => Rarely Used Projects => RadAsm IDE Support => Topic started by: fearless on August 29, 2021, 04:03:53 AM

Title: UASM64Parse
Post by: fearless on August 29, 2021, 04:03:53 AM
I updated the UASM64Parse.dll to account for the intellisense not working when using FRAME keyword or 64bit registers when using USES clause. The UASM64Parse.dll is located in RadASM\Addins\UASM64Parse.dll
I've added the updated UASM64Parse.dll to both the https://github.com/mrfearless/UASM-with-RadASM and the https://github.com/mrfearless/RadASM2 repos.


https://github.com/mrfearless/UASM-with-RadASM/blob/master/Release/UASM-with-RadASM.zip?raw=true
or
https://github.com/mrfearless/RadASM2/blob/master/Addins/UASM64Parse.zip?raw=true

copy over the existing RadASM\Addins\UASM64Parse.dll file


Thanks to 2B||!2B (https://masm32.com/board/index.php?action=profile;u=5293)
Title: Re: UASM64Parse
Post by: Biterider on August 29, 2021, 02:58:56 PM
Thank you fearless  :thumbsup:


Biterider
Title: Re: UASM64Parse
Post by: fearless on November 14, 2021, 10:26:54 PM
Tiny update to add the r8 to r15 registers that I had forgot to include. Thanks again to 2B||!2B (https://masm32.com/board/index.php?action=profile;u=5293)