MASM32 Downloads
I remember when i used the debug program (from DOS). It was very usefull for some cases, like writting whatever code (without assembler directives) and to see the opcodes and operands (of course) almost inmmediately. Counting bytes there were easier...Is there a tool like this one for 64 bits or 32 bits? Olly support this kind of feature? I mean like opening your debugger, write a command like -a to start writing assembly instructions. Then save this and then see the opcodes with operands in each line, along with the assembly instructions. I know you can produce an assembly listing with opcodes, but that involves writting a program with at least some directives, etc. I'm not trying to be lazy , i'm just having an appetite for some utility like this. If anybody knows one, please let me know. :idea:I think may be useful to look this kind of things in a fast way. :idea:
Too bad it's not freeware. :(