Register | Login
Forum Index > Bugs and Fixes > Unexpected number
Author Message
Pages: 1
0CodErr
Ziron Guru
(send private message)

Posts: 199
Topics: 37

Location:
[1644] Unexpected number - posted: 2015-02-07 10:29:27
Code:
program RAW_IMAGE 'test';

#set bits 32;

add  byte[0x12345678], 0x12
add  word[0x12345678], 0x1234
add dword[0x12345678], 0x12345678
The code above produce error
Unexpected number
Admin
Site Admin

avatar

(send private message)

Posts: 933
Topics: 55

Location:
OverHertz Studio
[1650] - posted: 2015-02-07 18:49:35
Added this 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:
[1739] - posted: 2015-02-19 21:13:45
Code:
program PE32_CUI 'test';
#include 'platform_def.zir';
function X(byte* src; dword n) {}
const buf1 = '55';
X(buf1, sizeof buf1);

Unexpected number 55
Admin
Site Admin

avatar

(send private message)

Posts: 933
Topics: 55

Location:
OverHertz Studio
[1746] - posted: 2015-02-20 12:39:09
This was a problem related to the other const post, issue with the optimiser, it is fixed for next release. 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 12 user(s) online. 0 member(s) and 12 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