Register | Login
Forum Index > Source Help > do not know where is the bug
Author Message
Pages: 1 2 3 4
Emil_halim
Ziron Beta Tester

avatar

(send private message)

Posts: 639
Topics: 104

Location:
Alex, Egypt
[1120] - posted: 2012-05-16 19:45:39

oh , thanks.

BTW , are you willing in the near future implementing expression , something like this
Code:
function abs1(int32 val) 
{
   eax = val;
   cdq              
   xor eax, edx 
   sub eax, edx 
}

int32 screenwidth = 1014;
eax = GetSystemMetrics (SM_CXSCREEN);
int32 cx = abs( eax - screenwidth)/2;   // this what i want


http://www.freewebs.com/ogremagic/index.htm
Admin
Site Admin

avatar

(send private message)

Posts: 933
Topics: 55

Location:
OverHertz Studio
[1123] - posted: 2012-05-16 22:48:02
This is one of my important to-do list, it just is a bit of a pain in the butt atm... but i hope to work more on this asap.

Download Ziron
Get free hosting for Ziron related fan-sites and Ziron projects, contact me in private message.
Pages: 1 2 3 4
create new reply


Quick reply:

Message:



Currently Active Users:
There are currently 4 user(s) online. 0 member(s) and 4 guest(s)
Most users ever online was 1046, January 28, 2022, 2:08 pm.


Statistics:
Threads: 225 | Posts: 1848 | Members: 51 | Active Members: 51
Welcome to our newest member, yecate
const Copyright = '2011-2024 © OverHertz Ltd. All rights reserved.';
Web development by OverHertz Ltd