/**-- The Optional Programming-Tools Word Set Copyright (C) Tektronix, Inc. 1998 - 2001. All rights reserved. @see GNU LGPL @author Tektronix CTE @(#) %derived_by: guidod % @version %version: bln_mpt1!5.18 % (%date_modified: Wed Jul 17 14:03:04 2002 %) @description The ANS Forth defines some "Programming Tools", words to inspect the stack (=>'.S'), memory (=>'DUMP'), compiled code (=>'SEE') and what words are defined (=>'WORDS'). There are also word that provide some precompiler support and explicit acces to the =>'CS-STACK'. */ /* @{ */ #if defined(__version_control__) && defined(__GNUC__)static char* id __attribute__((unused)) = "@(#) $Id: %full_filespec: tools-ext.c~bln_mpt1!5.18:csrc:bln_12xx!1 % $" #endif #define _P4_SOURCE 1 #include <pfe/pfe-base.h> #include <pfe/def-xtra.h> #include <pfe/def-comp.h> #include <pfe/term-sub.h> #include <pfe/header-ext.h> #include <stdlib.h> #include <string.h> #include <ctype.h> #include <pfe/_missing.h> #define DECWIDTH (sizeof (p4cell) * 5 / 2 + 1) #define HEXWIDTH (sizeof (p4cell) * 2);
static void p4_prCell (p4cell n)
|
/**
|
/**
|
/** |
FCode (p4_see)
|
/**
|
/* |
/**
|
/**
|
/**
|
/**
|
/**
|
/* |
/**
|
/**
|
/* |
P4_LISTWORDS (tools) =
|
/* |