]> gitweb.factorcode.org Git - factor.git/commitdiff
disassembler-docs: link to other vocabs for examining compiler results
authorMitchell N Charity <mncharity@vendian.org>
Fri, 3 Sep 2010 18:57:25 +0000 (14:57 -0400)
committerMitchell N Charity <mncharity@vendian.org>
Fri, 3 Sep 2010 19:09:46 +0000 (15:09 -0400)
basis/tools/disassembler/disassembler-docs.factor

index 8ee5ff48bd23e80e582a5d1371b8bf9444e53e53..22507b2cc35c0f28460340de23cc7c0152e3c22c 100644 (file)
@@ -8,6 +8,9 @@ HELP: disassemble
 \r
 ARTICLE: "tools.disassembler" "Disassembling words"\r
 "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."\r
+$nl\r
+"See also " { $vocab-link "compiler.tree.debugger" } " and " { $vocab-link "compiler.cfg.debugger" } "."\r
+$nl\r
 { $subsections disassemble } ;\r
 \r
 ABOUT: "tools.disassembler"\r