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

avatar

(send private message)

Posts: 639
Topics: 104

Location:
Alex, Egypt
[79] high level shefting - posted: 2011-10-22 19:48:02
hi

the next expression

shr ax, 4

can be like this

ax >> 4;

and also

shl ax, 4

can be

ax << 4;

so what do you think?

Emil


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

avatar

(send private message)

Posts: 933
Topics: 55

Location:
OverHertz Studio
[81] - posted: 2011-10-23 13:45:15
This will be added for the next release 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
[84] - posted: 2011-10-23 18:40:05

thank you very much. smile

can we completely add the whole c&c++ operations such as += , -= , *= .....etc to Ziron .eg

eax *= 5;

var += 10;

Emil.

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

avatar

(send private message)

Posts: 933
Topics: 55

Location:
OverHertz Studio
[89] - posted: 2011-10-23 23:02:17
absolutely, these are on my to-do list smile

Edit: I have added reg += number; and -=, *= i will add a little later as i need to do a bit more work on some of the opcodes such as mul

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