Register | Login
Forum Index > Bugs and Fixes > No error message but it should be
Author Message
Pages: 1 2
0CodErr
Ziron Guru
(send private message)

Posts: 199
Topics: 37

Location:
[1760] - posted: 2015-02-22 20:07:31
But if this will always be only cmp then it no so big problem smile
But why programmer just not write 'cmp' instead of '==' ? smile
Just if it might be a typo('==' instead of '=') then we could show warning.
Admin
Site Admin

avatar

(send private message)

Posts: 933
Topics: 55

Location:
OverHertz Studio
[1771] - posted: 2015-02-23 13:41:07
I think for this, I will need to add DEBUG and RELEASE mode, DEBUG will output such "potential" errors whereas RELEASE mode will only provide fatal errors. I will think about this a little further before going ahead.

Download Ziron
Get free hosting for Ziron related fan-sites and Ziron projects, contact me in private message.
0CodErr
Ziron Guru
(send private message)

Posts: 199
Topics: 37

Location:
[1783] - posted: 2015-02-23 20:51:08
Code:
program RAW_IMAGE 'test';

#set bits 32;

#set awd true;
dword Values[1] = [1, 2, 3, 4, 5, 6, 7, 8, 9, 0];
Admin
Site Admin

avatar

(send private message)

Posts: 933
Topics: 55

Location:
OverHertz Studio
[1784] - posted: 2015-02-23 21:20:42
Fixed for next release.

Download Ziron
Get free hosting for Ziron related fan-sites and Ziron projects, contact me in private message.
0CodErr
Ziron Guru
(send private message)

Posts: 199
Topics: 37

Location:
[1830] - posted: 2015-03-24 18:05:33
In code below parameter 'a' redeclared:
Code:
program RAW_IMAGE 'test';
#set bits 32;

procedure test(dword a, a) {eax = a;}
test(0, 0);
Admin
Site Admin

avatar

(send private message)

Posts: 933
Topics: 55

Location:
OverHertz Studio
[1843] - posted: 2016-04-21 00:23:05
Today I finally got a little time to make some updates, my first task is to clear up any remaining issues/bugs before I begin adding new features I have planned.

So... this being the first fix, it is corrected for next beta/or release.

Download Ziron
Get free hosting for Ziron related fan-sites and Ziron projects, contact me in private message.
0CodErr
Ziron Guru
(send private message)

Posts: 199
Topics: 37

Location:
[1858] - posted: 2016-05-07 15:14:22
This compiles but there is no parameters $b and $c Code:
program RAW_IMAGE 'test';
#set bits 32;

inline procedure test($a){
  $a = eax; $b = eax; $c = eax;
}
Dword a;
test(a);
Admin
Site Admin

avatar

(send private message)

Posts: 933
Topics: 55

Location:
OverHertz Studio
[1864] - posted: 2016-12-12 20:55:03
This is not an error... you have just created 2 new local macro variables $b and $c

Download Ziron
Get free hosting for Ziron related fan-sites and Ziron projects, contact me in private message.
Pages: 1 2
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