Jul 19, 2008 at 8:17 PM
Join Date: Jun 18, 2006
Location: Montreal, Canada
Posts: 581
Age: 40
Discrete, the assembly pseudo-compiler I wrote a good... what, 2 years back? is in bad need of an update. It doesn't support every instruction and it's getting increasingly difficult to work on my hack because of this. As it stands, I can't even complete the title screen (even though I have the code ready - Discrete can't calculate far jumps.)
In fact, Discrete was meant to be distributed along with an assembly primer I never got around to writing, as a means of visual support for the examples in it. So it never was intended for hacking in the first place - it just evolved.
So I've started work on an updated version. This is going to be a complete rewrite with a much more solid parser. It will also check remaining space before injecting code into an executable so you can avoid overwriting existing (and useful) code accidently.
Additional features will be added after the basics are done.
Since this is in priority over my hack, expect a release very soon, perhaps a demo or alpha release by the end of the weekend if all goes well.
In fact, Discrete was meant to be distributed along with an assembly primer I never got around to writing, as a means of visual support for the examples in it. So it never was intended for hacking in the first place - it just evolved.
So I've started work on an updated version. This is going to be a complete rewrite with a much more solid parser. It will also check remaining space before injecting code into an executable so you can avoid overwriting existing (and useful) code accidently.
Additional features will be added after the basics are done.
Since this is in priority over my hack, expect a release very soon, perhaps a demo or alpha release by the end of the weekend if all goes well.