[gforth] / gforth / kernel / basics.fs  

gforth: gforth/kernel/basics.fs

Diff for /gforth/kernel/basics.fs between version 1.57 and 1.58

version 1.57, Sun Dec 31 13:39:18 2006 UTC version 1.58, Fri Feb 23 22:33:21 2007 UTC
Line 304 
Line 304 
 \ HEX DECIMAL                                           2may93jaw  \ HEX DECIMAL                                           2may93jaw
   
 : decimal ( -- ) \ core  : decimal ( -- ) \ core
     \G Set @code{base} to &10 (decimal).      \G Set @code{base} to &10 (decimal).  Don't use @code{hex}, use
       \G @code{base-execute} instead.
     a base ! ;      a base ! ;
 : hex ( -- ) \ core-ext  : hex ( -- ) \ core-ext
     \G Set @code{base} to &16 (hexadecimal).      \G Set @code{base} to &16 (hexadecimal).  Don't use @code{hex},
       \G use @code{base-execute} instead.
     10 base ! ;      10 base ! ;
   


Generate output suitable for use with a patch program
Legend:
Removed from v.1.57  
changed lines
  Added in v.1.58

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help