Register | Login
Forum Index > Plugins > PlugIn Example in C
Author Message
Pages: 1 2 3 4 5 6 7 8 9 10 11
Admin
Site Admin

avatar

(send private message)

Posts: 933
Topics: 55

Location:
OverHertz Studio
[772] - posted: 2011-11-21 18:16:24
yes seems i had, but only for new topics, correct and now for all posts.

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
[773] - posted: 2011-11-21 18:24:31

ok, nice, what about the error of the code?

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

avatar

(send private message)

Posts: 933
Topics: 55

Location:
OverHertz Studio
[774] - posted: 2011-11-21 18:25:56
it was showing the correct line (it was a bug with assembler, i've just re-uploaded the beta now.

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
[776] - posted: 2011-11-21 18:34:33

ok works well.

BTW the ziron still print that
Code:
Ziron Compiler 1.1.27.6 


and changelog say that
Code:
Ziron Compiler 1.1.28.1 


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

avatar

(send private message)

Posts: 933
Topics: 55

Location:
OverHertz Studio
[777] - posted: 2011-11-21 18:37:17
because it is only beta, i dont update version until offical release (or sometimes i do if i can be bothered :p)

maybe i will update for next beta.

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
[779] - posted: 2011-11-21 18:56:24

i have another error
PlugSys: qword Wvar = 10;
[1,16]: Error 457673232 in [plugin buffer]
Code:
qword Wvar = 10;

the code is so big if you need it i will post it.



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

avatar

(send private message)

Posts: 933
Topics: 55

Location:
OverHertz Studio
[780] - posted: 2011-11-21 19:06:14
this one is a bit strange, because ziron does not support 64bit yet, the question is do we want the equiv of moving a 64bit number to the qword, or do you want to move only to the first dword of the qword.

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
[781] - posted: 2011-11-21 19:10:12

the strange thing is that , Wvar was declared with word type and Qvar was declared with
qword , Ziron mix them

here is the test code
Code:
program WIN32CUI 'Masm Syntax test';

#include 'console.zir';


.DATA 
{

var      DB 0x0f  ; Declare a byte, referred to as location var, containing the value 0x0f.
vv       Db 1      
ar1      DB ?  
ar2      DB 0 

ml       db 0 , 0 , 0 , 1

bytes    DB 10 DUP(0)   ; Declare 10 uninitialized bytes starting at location bytes.

str1     DB 'hello',0

Wvar     dw 10

Dvar     dd 20

Qvar     dq 30

}

wait_key(nil);
ExitProcess(0);


http://www.freewebs.com/ogremagic/index.htm
Pages: 1 2 3 4 5 6 7 8 9 10 11
create new reply


Quick reply:

Message:



Currently Active Users:
There are currently 19 user(s) online. 0 member(s) and 19 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