The MASM Forum
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
MASM32 Downloads
Home
Help
Search
Login
Register
The MASM Forum
»
Projects
»
ObjAsm
(Moderator:
Biterider
) »
Drawing with UEFI
« previous
next »
Print
Pages: [
1
]
Author
Topic: Drawing with UEFI (Read 478 times)
HSE
Member
Posts: 2358
AMD 7-32 / i3 10-64
Drawing with UEFI
«
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
Regards, HSE.
«
Last Edit: July 01, 2022, 12:42:25 AM by HSE
»
Logged
Equations in Assembly:
SmplMath
Biterider
Moderator
Member
Posts: 1075
ObjAsm Developer
Re: Drawing with UEFI
«
Reply #1 on:
June 28, 2022, 07:01:16 AM »
Hi HSE
Really cool. It just works out of the box.
Biterider
Logged
Visit the
ObjAsm Homepage
, the
development repository
or the
online documentation
.
HSE
Member
Posts: 2358
AMD 7-32 / i3 10-64
Re: Drawing with UEFI
«
Reply #2 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.
There was a mistake in translation to x64 ABI: I put a REAL8 only in r8, but UASM expect that in xmm2
Color work well now.
HSE
Logged
Equations in Assembly:
SmplMath
Print
Pages: [
1
]
« previous
next »
The MASM Forum
»
Projects
»
ObjAsm
(Moderator:
Biterider
) »
Drawing with UEFI