📄 changes
字号:
Insight 1.21 (2007-03-11)
=========================
+ Added List Memory Blocks command (^M in the code window).
+ Added Animate command (Run|Animate).
+ Large dump window if the screen have more than 25 lines and /e switch
is used.
+ Command line, specified via Run|Arguments, now may be up to 126 bytes
long. (Was: up to 80 bytes.)
+ src\makefile fixed: `..\tools\nasm' changed to `nasm'.
+ Updated description of mkhelp in tools\tools.txt.
+ Added comments to some procedures.
+ Some procedures optimized.
+ Variables from some modules moved to act[u]data.inc.
Insight 1.20 (2007-02-05)
=========================
+ Fixed: ^C in Registers Window do not restore CS:IP.
+ Fixed: program's SP on startup was incorrect.
+ Show return code and termination type when program terminates.
+ Correct saving and restoring screen on VGA.
+ Added /e switch (EGA mode -- do not save font and VGA registers).
+ Line of hex digit above ASCII-part of Dump Window.
+ Alt-U: dump user screen. (Dump of buffer in Insight's data area.)
+ Help (F1 in code window).
+ Enter == ^F, Backspace == ^P in code window.
+ Sources converted to NASM format.
+ Names of almost all constants uppercased. (Except for kb*, at*.)
+ menus.inc: all *menu.inc files in one file.
+ no_cursor, small_cursor, large_cursor added.
+ colors.inc now contains definitions of colors of all elements.
+ Crypt-related stuff removed.
+ Palette-related stuff removed.
+ Size of window buffer increased to 2800 bytes.
+ Conditional compilation removed.
+ Makefile, uclpack.exe, mkhelp.exe, chksize.exe added.
+ strlen optimized.
+ edit_registers/update_registers optimized.
+ fill_byte / fill_word / fill_dword optimized.
+ And others minor changes...
End of file
===========
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -