The MASM Forum

Projects => ObjAsm => Topic started by: HSE on September 04, 2022, 04:50:40 AM

Title: GUID2StrA/W
Post by: HSE on September 04, 2022, 04:50:40 AM
Hi Biterider!!

There is an error in GUIDStr (example ACPI_20_TABLE_GUID): 

    show                      8868E871-E4F1-E4F1-BC22-22BCC73C3CC7

    but I think must be  8868E871-E4F1-11D3-BC220080C73C8881

Command files of ObjMem still don't known TARGET_PLATORM. How You build that?

Thanks, HSE.
Title: Re: GUID2StrA/W
Post by: Biterider on September 04, 2022, 07:10:15 AM
Hi HSE
Nice to see you again. Thanks for reporting the bug.  :thumbsup:

The bug is a character shifting problem in the wide string routine only.
The corrected version is attached here.
Because the code is platform independent, it doesn't need a platform target.

Biterider
Title: Re: GUID2StrA/W
Post by: HSE on September 04, 2022, 08:57:25 AM
Perfect :thumbsup:

Setup64 was the thing.

Tanks, HSE.