resize.dbg
来自「开放源码的编译器open watcom 1.6.0版的源代码」· DBG 代码 · 共 11 行
DBG
11 行
* Syntax: resize <new_size>
*
* Synopsis: Set the memory control block containing the PSP to a new size.
* Too small values will cause erratic operation.
*
* Example: resize 0x1000
*
if _dbg@dbg$os!=1 {error OS must be DOS}
call/int %0:(0x21*4)(/ah 0x4a, /es _dbg@dbg$psp, /bx <1>) (void)(_dbg@sc=fl.c),(void)(_dbg@sax=ax)
if _dbg@sc {print {Error resizing block: code %d} _dbg@sax}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?