File:  [gforth] / gforth / arch / c165 / mach.fs
Revision 1.3: download - view: text, annotated - select for diffs
Tue Jul 10 20:45:57 2001 UTC (22 years, 8 months ago) by crook
Branches: MAIN
CVS tags: v0-7-0, v0-6-2, v0-6-1, v0-6-0, HEAD
added constant for bits/char -- seems that this is now obligatory.


    2 Constant cell
    1 Constant cell<<
    4 Constant cell>bit
    8 Constant bits/char
    8 Constant bits/byte
    8 Constant float
    2 Constant /maxalign
 false Constant bigendian
( true=big, false=little )

false Constant NIL  \ relocating

: prims-include  ." Include primitives" cr s" arch/c165/prim.fs" included ;
: asm-include    ." Include assembler" cr s" arch/c165/asm.fs" included ;
: >boot ;

>ENVIRON

false Constant files
false Constant OS
false Constant prims
false Constant floats
false Constant locals
false Constant dcomps
false Constant hash
false Constant xconds
false Constant header
true Constant interpreter
true Constant crlf
true Constant ITC
true Constant ec
\ true Constant rom

cell 2 = [IF] 32 [ELSE] 256 [THEN] KB Constant kernel-size

16 KB		Constant stack-size
15 KB 512 +	Constant fstack-size
15 KB		Constant rstack-size
14 KB 512 +	Constant lstack-size

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>