]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/tools/disassembler/disassembler-docs.factor
core, basis, extra: Remove DOS line endings from files.
[factor.git] / basis / tools / disassembler / disassembler-docs.factor
index 22507b2cc35c0f28460340de23cc7c0152e3c22c..e89e1f1d8e1be6f1db6c9cd031e23065523051d6 100644 (file)
@@ -1,16 +1,16 @@
-IN: tools.disassembler\r
-USING: help.markup help.syntax sequences.private ;\r
-\r
-HELP: disassemble\r
-{ $values { "obj" "a word or a pair of addresses" } }\r
-{ $description "Disassembles either a compiled word definition or an arbitrary memory range (in the case " { $snippet "obj" } " is a pair of integers)." }\r
-{ $notes "In some cases the Factor compiler emits data inline with code, which can confuse the disassembler. This occurs in words which call " { $link dispatch } ", where the jump table addresses are compiled inline." } ;\r
-\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
+IN: tools.disassembler
+USING: help.markup help.syntax sequences.private ;
+
+HELP: disassemble
+{ $values { "obj" "a word or a pair of addresses" } }
+{ $description "Disassembles either a compiled word definition or an arbitrary memory range (in the case " { $snippet "obj" } " is a pair of integers)." }
+{ $notes "In some cases the Factor compiler emits data inline with code, which can confuse the disassembler. This occurs in words which call " { $link dispatch } ", where the jump table addresses are compiled inline." } ;
+
+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"