j
: Next unread message k
: Previous unread message j a
: Jump to all threads
j l
: Jump to MailingList overview
Author: blueswirl Date: 2009-07-12 22:16:39 +0200 (Sun, 12 Jul 2009) New Revision: 511
Modified: trunk/openbios-devel/forth/bootstrap/bootstrap.fs Log: Minor tweaks to dump word output (Mark Cave-Ayland)
Modified: trunk/openbios-devel/forth/bootstrap/bootstrap.fs =================================================================== --- trunk/openbios-devel/forth/bootstrap/bootstrap.fs 2009-07-12 10:13:39 UTC (rev 510) +++ trunk/openbios-devel/forth/bootstrap/bootstrap.fs 2009-07-12 20:16:39 UTC (rev 511) @@ -1310,7 +1310,8 @@
: dump ( addr len -- ) over + swap - do i . space + cr + do i u. space 10 0 do j i + c@ dup 10 / todigit emit