- #1
pairofstrings
- 411
- 7
I am trying to debug an assembly language program using a debugger but it is not working because hardware configuration is different and don't match the debugger requirements.
I am running windows vista 32 bit on x86 pentium Dual CPU T2310 @ 1.46 GHz.
I need a debugger for my assembler - NASM.
Edit: I was using AFD - Advanced fullscreen debugger. But it is not working on my PC because I think it supports only 16 bit and I have a 32 bit processor. What it does is it doesn't shows the changes that take effect in the register after any instruction is executed. So, I have to look for another debugger which can replace AFD for 16 bit and work on a 32 bit processor.
[Moderator's Note: Threads merged]
I am running windows vista 32 bit on x86 pentium Dual CPU T2310 @ 1.46 GHz.
I need a debugger for my assembler - NASM.
Edit: I was using AFD - Advanced fullscreen debugger. But it is not working on my PC because I think it supports only 16 bit and I have a 32 bit processor. What it does is it doesn't shows the changes that take effect in the register after any instruction is executed. So, I have to look for another debugger which can replace AFD for 16 bit and work on a 32 bit processor.
[Moderator's Note: Threads merged]
Last edited by a moderator: