Register | Login
Forum Index > Requests and Feedback > multi assignment
Author Message
Pages: 1
Emil_halim
Ziron Beta Tester

avatar

(send private message)

Posts: 639
Topics: 104

Location:
Alex, Egypt
[970] multi assignment - posted: 2011-12-06 19:23:22
Hi Colin.

i would like to add this feature to ziron. something like this
Code:
EBX=EAX=GetTickCount();


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

avatar

(send private message)

Posts: 933
Topics: 55

Location:
OverHertz Studio
[971] - posted: 2011-12-06 21:57:31
if you plan to add that it may be quite complex and slow, i would not consider that for an official feature because it serves no useful purpose, and can be confusing to read.. however if you want to add it via a plugin it will be possible..

what you will need to do is check for assignments in the plugin, then peek at the token after the assignment, if it is another = then you can execute multiple assignments in order...

so your example

Code:
ebx=eax=GetTickCount();


would of course become:

psuedo:
Code:
buf1 = 'eax=GetTickCount; ebx=eax;';
Ziron_Execute(buf1...


good luck smile

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
[972] - posted: 2011-12-07 17:31:08

ok , thanks for explanation.

actually implementing it is so easy, but the point here is checking for double assignment
should be done in event function and not in fileEntry . as i understand from your post.

if so , how can i check line by line in event function , event function was made for a certain keyword that was registered in plugin.

in one word how to detect assignment with plugin?

http://www.freewebs.com/ogremagic/index.htm
Emil_halim
Ziron Beta Tester

avatar

(send private message)

Posts: 639
Topics: 104

Location:
Alex, Egypt
[995] - posted: 2011-12-10 16:55:42

Mr Colin. , what is your opinion here?

http://www.freewebs.com/ogremagic/index.htm
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