How can I disassembly win16 with GDB

2019-09-01 06:36发布

问题:

I am in need to debug bouncing ball virus (note that it is written in win16 asm) to finish my essay. Attempting to use GDB but it said:

not in executable format. File format unrecognized.

My problem is: Is it possible to use GDB to finish that?

If yes, what should I do? If no, what else debugger can I use besides the Win's debug.exe?