Baron-von-Riedesel / DOS-debug

Debug and DebugX (short: Debug/X) are extended versions of MS DEBUG
58 stars 12 forks source link

Discrepancy between original DEBUG and DOS-debug #9

Closed ijean closed 1 year ago

ijean commented 2 years ago

Hi,

I found a discrepancy (possible bug) between original debug from MS-DOS 6.22 and the DOS-debug 1.29. Steps to reproduce it:

It looks to me that the operations are not done on 16 bits integers like on the original DEBUG program.

Regards, Jean

ecm-pushbx commented 2 years ago

My fork lDebug has introduced an option to make the H command output compatible to MS-DOS Debug (for valid values). This must be enabled specifically however:

-r dco2 or= 1000
-h 1 2
0003  FFFF
-
Baron-von-Riedesel commented 1 year ago

Yes, Debug/X, as it is described in readme, has additional features, so it cannot be 100% compatible.