Author | Message | ||
Admin Site Admin (send private message) Posts: 933 Topics: 55 Location: OverHertz Studio | [1809] - posted: 2015-02-27 17:10:09 OK, I have added this to my todo list. Thanks. 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: | [1815] - posted: 2015-03-02 11:21:59 Seems that it also not so hard to do: Code:
Code:
And yet about
Programmer should know that in this case(dividing of dword) after such instructions as 'div' and 'idiv' the remainder stores in 'edx'. And of course 'edx' will changes And 'mul' may also corruptes 'edx'. Also flags are corrupted(even if you do just eax += ebx). But you do not save flags. My point that such things should be documented. But our documentation still not have needed explanation about it. | ||
0CodErr Ziron Guru (send private message) Posts: 199 Topics: 37 Location: | [1855] - posted: 2016-05-07 14:51:37 Can You add the ability to use? Code:
Currently
| ||
Admin Site Admin (send private message) Posts: 933 Topics: 55 Location: OverHertz Studio | [1867] - posted: 2016-12-13 00:41:44 Hmm this I wonder if would better added as macros. maybe something like... Code:
then you can easily use dl = getCF(); which will translate to Code:
what do you think? 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: | [1872] - posted: 2017-01-19 21:24:08 Is it too hard to implement? Code:
Cause this is more shorter than GetCF(). And just by analogy: if we want to set dl to al we write "al = dl" but not "al = Getdl()" | ||
Admin Site Admin (send private message) Posts: 933 Topics: 55 Location: OverHertz Studio | [1874] - posted: 2017-02-05 15:55:38 setc does not work with al etc, so it means you would physically need to write: Code:
vs Code:
But i will consider to inbuild this to automate dl = CF; etc. Download Ziron Get free hosting for Ziron related fan-sites and Ziron projects, contact me in private message. | ||
Admin Site Admin (send private message) Posts: 933 Topics: 55 Location: OverHertz Studio | [1881] - posted: 2019-07-14 15:22:50 Sorry for very very very late response, but exactly is it you want al = cf to do? 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: | [1882] - posted: 2019-07-18 17:23:27
|
Currently Active Users: There are currently 13 user(s) online. 0 member(s) and 13 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 |