sadly nasm has rised some errors. Including the xmmword unrecognized.
So I want to do 3 stuff:
1-replace xmmword with oword.
2-make radare2 more nasm compliant to ensure there is no bug.
3-use nasm to compare with r2 output for testing as I did with 8051.
Environment
Description
I was reverse engineering an hash algorithm. Then I decided to copy and past code in order to recompile and document this part of code.
I decided to use nasm with:
sadly nasm has rised some errors. Including the xmmword unrecognized.
So I want to do 3 stuff:
1-replace
xmmword
withoword
. 2-make radare2 more nasm compliant to ensure there is no bug. 3-use nasm to compare with r2 output for testing as I did with 8051.DO you agree with the first point?