11 Mar
2003
11 Mar
'03
1:01 a.m.
On Sunday 09 March 2003 08:15 pm, Rich wrote:
One of the reasons I chose nasm for porting the assembly language was that it is available for DOS/WIN. The initial port is painful because the syntax is different from the Intel syntax (oper src,dst instead of oper dst,src).
Can't this be handled with an awk script?
That's a thought. I don't have enough experience with it to know for sure. Jonathan