Register | Login
Forum Index > Bugs and Fixes > Expected a math operator
Author Message
Pages: 1
0CodErr
Ziron Guru
(send private message)

Posts: 199
Topics: 37

Location:
[1464] Expected a math operator - posted: 2015-01-15 10:39:15
Code:
dword Arr[123];
eax = 10; ebx = 100500;
Arr[eax] = ebx;
Admin
Site Admin

avatar

(send private message)

Posts: 933
Topics: 55

Location:
OverHertz Studio
[1470] - posted: 2015-01-15 12:25:31
This is fixed for next release. For now you can use:

Code:
mov Arr[eax], ebx


Thanks for report.

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 3 user(s) online. 0 member(s) and 3 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