Author |
Message
Pages: 1
|
Emil_halim Ziron Beta Tester (send private message) Posts: 639 Topics: 104 Location: Alex, Egypt | [1231] goto statment - posted: 2012-05-28 21:06:45 Hi Mr Colin. as you know , with asm language you can make some tricks to preform something. so i used goto to put some data after it , then when trying to use this data , we get NULL. for Example: Code:
this will print null , but this of course work Code:
so why ziron did not execute what after goto. http://www.freewebs.com/ogremagic/index.htm |
Emil_halim Ziron Beta Tester (send private message) Posts: 639 Topics: 104 Location: Alex, Egypt | [1232] - posted: 2012-05-28 21:16:32 to be more specific ,i want to allow this Code:
http://www.freewebs.com/ogremagic/index.htm |
Admin Site Admin (send private message) Posts: 933 Topics: 55 Location: OverHertz Studio | [1233] - posted: 2012-05-28 21:30:22 with your first example you were confusing pointers and also mov operation e.g. Code:
this is a mov op and this: Code:
here you are not passing a pointer by the value of the pointer working example: Code:
as for emitting text between jumps, this is also possible: Code:
emit plugin could be extended to support emit string '....'; or optionally a whole new plugin could be developed for handling strings emitted inside of code Download Ziron Get free hosting for Ziron related fan-sites and Ziron projects, contact me in private message. |
Emil_halim Ziron Beta Tester (send private message) Posts: 639 Topics: 104 Location: Alex, Egypt | [1234] - posted: 2012-05-28 21:50:38 ok , thanks for explanation. http://www.freewebs.com/ogremagic/index.htm |
Emil_halim Ziron Beta Tester (send private message) Posts: 639 Topics: 104 Location: Alex, Egypt | [1235] - posted: 2012-05-28 22:09:30 good news , this also working well. Code:
so the big trick here , can we use a label as a variable ? eg. something like that Code:
http://www.freewebs.com/ogremagic/index.htm |
Admin Site Admin (send private message) Posts: 933 Topics: 55 Location: OverHertz Studio | [1236] - posted: 2012-05-28 22:23:58 at current, not directly, but i need to work more on this.. else Code:
Download Ziron Get free hosting for Ziron related fan-sites and Ziron projects, contact me in private message. |
Emil_halim Ziron Beta Tester (send private message) Posts: 639 Topics: 104 Location: Alex, Egypt | [1237] - posted: 2012-05-28 23:17:43 ok , but how to put the address of another labels to make array of pointer. for Example Code:
http://www.freewebs.com/ogremagic/index.htm |
Currently Active Users: There are currently 11 user(s) online. 0 member(s) and 11 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 |