The MASM Forum

Projects => ObjAsm => Topic started by: HSE on June 28, 2022, 05:39:05 AM

Title: Drawing with UEFI
Post by: HSE on June 28, 2022, 05:39:05 AM
Hi all!!

This a little application that draw with UEFI the classical Aizawa's Oscillator.

Still some little problem with colors ... , a translation error solved now  :biggrin:

Regards, HSE.
Title: Re: Drawing with UEFI
Post by: Biterider on June 28, 2022, 07:01:16 AM
Hi HSE
Really cool. It just works out of the box.  :thup:

Biterider
Title: Re: Drawing with UEFI
Post by: HSE on June 28, 2022, 07:39:15 AM
Hi Biterider!

Quote from: Biterider on June 28, 2022, 07:01:16 AM
Really cool. It just works out of the box.  :thup:

There was a mistake in translation to x64 ABI: I put a REAL8 only in r8, but UASM expect that in xmm2  :eusa_clap:

Color work well now.

HSE