Does anyone got a good reference containing the standard asm commands and the specific hex code?
Dominik
Dominik
not that good, but has opcodes for pentium instruction set.
Search for opcode in the algo section of the forum. You would find some essays by The Svin on introduction to the opcode format.
Thanks guys....
And always remember....Win32Asm is great :-D
Dominik
And always remember....Win32Asm is great :-D
Dominik
486x disassembly and assembly tables:
http://cyber.chongju.ac.kr/~sangcho/pentium.zip
extremely useful. also, experiment around with ollydebug/hiew
oops, didn't look at arafel's one. it's the same thing, except that the above is the original link, with a disassembly table. gg
http://cyber.chongju.ac.kr/~sangcho/pentium.zip
extremely useful. also, experiment around with ollydebug/hiew
oops, didn't look at arafel's one. it's the same thing, except that the above is the original link, with a disassembly table. gg
indeed Drocon & arafel those are very good guides.
Also you can use nasmw and ndisasmw to study, that's what I initially did, it's very helpful.
Also you can use nasmw and ndisasmw to study, that's what I initially did, it's very helpful.
you can also use the option for generate a list file.