Re: ver 4.0 calling convention information ?
- Posted by bernie May 27, 2009
- 841 views
Without having seen the code in question, I really doubt that calling convention is the problem you're having. Is this a continuation of the previous thread where you were using a register and not restoring it?
Probably. Somehow it seems to be very hard to push a register and pop it afterwards. Very funny. See? It's just like I said: The amount of incompetence in this community is amazing and very entertaining.
MR. Critic:
Before you jump in and start insulting and talking about
incompetence. You had better get your facts about the subject.
First of all I was using Assembler before you were born.
I have used assembler on most microprocessors since
Intel's 4004 and many other microprocessor brands.
I learned to use BAL for Main Frames. I've worked with
GE, IBM, CDC equipment.
The problem that Matt is talking about is; I originally
wrote my assembler code to work with version 3.11 code.
In version 4.0 Matt started using the ESI and EDI register
in the new code and that started crashing my code until
he made me aware of the change.
I know that you are a very clever and brilliant programmer
and would have foreseen the change coming but I didn't.
I am dynamically creating assembler and using the created code
inside of Euphoria functions.
This worked in ver 3.11 but I now get exception errors which
I am struggling to resolve my problems not searching for insults.