Closed GoogleCodeExporter closed 9 years ago
meant to give some examples
distorm --> nasm
fld tbyte [ebx] --> fld tword [ebx]
lods byte [gs:si] --> lodsb [gd:si]
xlat byte [ebx+al] --> xlatb
Original comment by mnor...@cerodias.com
on 30 Nov 2012 at 8:13
[deleted comment]
Actually it was never intended. I can give more examples like what you showed.
As for now I'm not going to change it.
Original comment by distorm@gmail.com
on 1 Dec 2012 at 3:14
No problem. If you could give me more examples, that would be great. I need
to be able to assemble the output of distorm with nasm and will just write
my own 'translator' to change things to nasm compatible code.
Original comment by mnor...@cerodias.com
on 2 Dec 2012 at 3:25
Original issue reported on code.google.com by
mnor...@cerodias.com
on 30 Nov 2012 at 8:08