News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests

Main Menu

Upcoming ObjAsm changes to support UEFI

Started by Biterider, June 04, 2022, 07:10:58 AM

Previous topic - Next topic

HSE

Hi Biterider!

Quote from: Biterider on June 24, 2022, 04:25:57 PM
uqword2dec and qword2dec are the same proc.

No problem with that. For sure I maked some other change at same time  :rolleyes:

A side note is that prefix r8 for REAL8 can be a complication. I used for years prefix R8_ in 32 bits, but in 64 bits there is R8 register, and perhaps I will begin to use prefix rf8_. An alternative prefix, f8_, could be confused with prefix f1_, etc I use for functions and functions constants.

Good luck finding the issue, I failed miserably  :biggrin:

HSE
Equations in Assembly: SmplMath

LiaoMi

Hi Biterider,

do you translate structures from this EFI Development Kit II or EDK2? - https://github.com/tianocore/edk2


Biterider

Hi LiaoMi
No, johnsa and HSE did.

Biterider

HSE

Hi LiaoMi

Johnsa maked that, and some comments are in a topic started for somebody that I hope you know here

HSE
Equations in Assembly: SmplMath