[Release]16-bit debugger
Well, I was looking for a 16-bit debugger for the stuff I've been working on, since I found it pretty hard to find I'm posting it here. It turned out to be very useful to me in the end.
I did not make this, I don't take credit for it, but I have no idea who made it. \:
All you have to do is drag your application onto DEBUG.COM and it will open a window and let you type in your commands. I don't know all the commands but here are a few I figured out.
Yeah, that's pretty much it, but that's all I really needed.
Virus scans:
VirusTotal - Free Online Virus, Malware and URL Scanner
DEBUG.rar MD5:0b9725b460953895c618cd201946ba0c - VirSCAN.org Scanners did not find malware!
I did not make this, I don't take credit for it, but I have no idea who made it. \:
All you have to do is drag your application onto DEBUG.COM and it will open a window and let you type in your commands. I don't know all the commands but here are a few I figured out.
Code:
Show disassembly: u Single step debug:t Show hex & ascii: d Run program: g
Virus scans:
VirusTotal - Free Online Virus, Malware and URL Scanner
DEBUG.rar MD5:0b9725b460953895c618cd201946ba0c - VirSCAN.org Scanners did not find malware!
DEBUG.rar