/DOS-debugbar

DOS debugbar written in assembler

Primary LanguageAssembly

DOS-debugbar

DOS-debugbar is an application written in assembler which helps programmers to know details about registers and stack in the moment of their application is running.

DOS-debugbar runs in the background (TSR mode).

To refresh your registers and stack status press F5 For moving debugbar across the console, use F1, F2, F3 and F4

Commands:

To run the programm:

$  debugb -start

To close the program:

$  debugb -stop

To read a byte from the memory:

$  debugb -peek {segment} {offset}

To write a byte in the memory:

$  debugb -poke {segment} {offset} {value}

DebugBar