Register | Login
Forum Index > Requests and Feedback > high level expression
Author Message
Pages: 1
Emil_halim
Ziron Beta Tester

avatar

(send private message)

Posts: 639
Topics: 104

Location:
Alex, Egypt
[255] high level expression - posted: 2011-11-01 19:30:48

hi ,

i want Ziron to support that , forget the optimization here
Code:
function strLen(char* str)
{
  uses Ebx Ecx;
  Ebx = str;
  Ecx = Ebx;
  while(char[Ecx] != 0)
   {
     Ecx++;
   }
  int32 len = Ecx - Ebx;  // hope this expression will be supported to make life more easy
  return len;
}


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

avatar

(send private message)

Posts: 933
Topics: 55

Location:
OverHertz Studio
[257] - posted: 2011-11-02 00:02:23
i have been planning high level expressions for a long time, however they are very complex, since i want also to support ( and )...

e.g. eax = (ecx+edx)*edi;

but it may be some time before i get round to doing this since i want to first make sure everything else is working correctly before i put effort into this side of things.

Download Ziron
Get free hosting for Ziron related fan-sites and Ziron projects, contact me in private message.
Emil_halim
Ziron Beta Tester

avatar

(send private message)

Posts: 639
Topics: 104

Location:
Alex, Egypt
[260] - posted: 2011-11-02 06:53:57

it's a hard work , but i think Ziron will be solid in short time.

thank you for your effort.



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

avatar

(send private message)

Posts: 933
Topics: 55

Location:
OverHertz Studio
[261] - posted: 2011-11-02 12:18:58
Thanks and thanks for your support and ideas smile

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


Quick reply:

Message:



Currently Active Users:
There are currently 1 user(s) online. 0 member(s) and 1 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