User Tools

Site Tools


en:pfw:dump

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
en:pfw:dump [2023-09-04 18:14] – ↷ Seite von pfw:dump nach en:pfw:dump verschoben uhoen:pfw:dump [2023-09-05 06:33] (current) – ↷ Links angepasst, weil Seiten im Wiki verschoben wurden 157.90.7.32
Line 47: Line 47:
  
  
-You can find a [[https://github.com/Project-Forth-Works/Project-Forth-Works.github.io/blob/main/minimalforth.md|Minimal Forth]] implementation of DUMP in [[pfw:dump-Minimal_Forth.fs|dump-Minimal_Forth.fs]].+You can find a [[https://github.com/Project-Forth-Works/Project-Forth-Works.github.io/blob/main/minimalforth.md|Minimal Forth]] implementation of DUMP in [[en:pfw:dump-minimal_forth.fs|dump-Minimal_Forth.fs]].
  
 You can use it as follows: You can use it as follows:
Line 70: Line 70:
 more useful small Forth. more useful small Forth.
  
-A DUMP utility in **GenericForth** can be found in [[pfw:dump-GenericForth.f|dump-GenericForth.f]]+A DUMP utility in **GenericForth** can be found in [[en:pfw:dump-genericforth.f|dump-GenericForth.f]]
 This example is factored using the pseudo code description. The character output has been factored into the useful word PEMIT ( char -- ) too. This example is factored using the pseudo code description. The character output has been factored into the useful word PEMIT ( char -- ) too.
  
Line 78: Line 78:
 Other DUMP implementations can be found at the end of this description. Other DUMP implementations can be found at the end of this description.
  
-Your system might lack right justified number output or even BASE for printing numbers in other radix systems. The sample implementation in [[pfw:twomoredumps.f|twomoredumps.f]] show how to circumvent this.+Your system might lack right justified number output or even BASE for printing numbers in other radix systems. The sample implementation in [[en:pfw:twomoredumps.f|twomoredumps.f]] show how to circumvent this.
  
  
Line 172: Line 172:
 </code> </code>
  
-[[pfw:welcome|Back to PFW page]]+[[en:pfw:welcome|Back to PFW page]]
  
 ~~DISCUSSION~~ ~~DISCUSSION~~
en/pfw/dump.1693844074.txt.gz · Last modified: 2023-09-04 18:14 by uho