Updated COMPAQ MS-DOS READMEs

This commit is contained in:
Jeff Parsons 2017-06-29 17:37:37 -07:00 committed by Jeff Parsons
commit 65421dad68
3 changed files with 176 additions and 9 deletions

View file

@ -4761,9 +4761,9 @@ class DebuggerX86 extends Debugger {
/**
* doDump(asArgs)
*
* The length parameter is interpreted as a number of bytes, in hex, which we convert to the appropriate number
* of lines, because we always display whole lines. If the length is omitted/undefined, it defaults to 0x80 (128.)
* bytes, which normally translates to 8 lines.
* The length parameter is interpreted as a number of bytes (in hex, by default).
* If the length is omitted/undefined, it defaults to 0x80 (128.) bytes, which normally
* translates to 8 lines of data.
*
* @this {DebuggerX86}
* @param {Array.<string>} asArgs (formerly sCmd, [sAddr], [sLen] and [sBytes])