Merge branch 'docs-optimization' of http://github.com/mncharity/factor

db4
Slava Pestov 2010-09-09 20:33:04 -07:00
commit 65de87ff52
1 changed files with 3 additions and 0 deletions

View File

@ -8,6 +8,9 @@ HELP: disassemble
ARTICLE: "tools.disassembler" "Disassembling words"
"The " { $vocab-link "tools.disassembler" } " vocabulary provides support for disassembling compiled word definitions. It uses the " { $snippet "libudis86" } " library on x86-32 and x86-64, and " { $snippet "gdb" } " on PowerPC."
$nl
"See also " { $vocab-link "compiler.tree.debugger" } " and " { $vocab-link "compiler.cfg.debugger" } "."
$nl
{ $subsections disassemble } ;
ABOUT: "tools.disassembler"