M
Mark Lawrence
Jean-Michel Pichavant said:Andreas said:Well, there might be some confusion there as to what gets moved where,On 2/24/2010 2:23 PM, Andreas Waldenburger wrote:
[stuff]
Reminiscent of:
mov AX,BX ; Move the contents of BX into AX
wouldn't you say? I guess this goes away after a couple of months,
though.
I agree to that statement, I was surprised that mov AX,BX assumes that
BX is the source, and AX the destination. I never programmed in
assembler though.
JM
The obvious solution to this problem is to write the assembler code in
your own way, and then use Python to change the code to the appropriate
target. Any of the solutions listed here would presumably suffice.
http://nedbatchelder.com/text/python-parsers.html
Regards.
Mark Lawrence.