Re: Juggling system-compilation items

Liste des GroupesRevenir à cl forth 
Sujet : Re: Juggling system-compilation items
De : ruvim.pinka (at) *nospam* gmail.com (Ruvim)
Groupes : comp.lang.forth
Date : 11. Aug 2024, 00:14:09
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <v98s82$kldc$1@dont-email.me>
References : 1 2
User-Agent : Mozilla Thunderbird
On 2024-08-10 13:51, mhx wrote:
iForth64 does not have N>R and NR> ( never needed them ).
After pulling them from https://forth-standard.org/standard/tools/ ...
There is a way to implement them in a standard program, I accidentally came across you old post: <https://groups.google.com/g/comp.lang.forth/c/G6-M-NjRRq0/m/WkFH84TRtKwJ>

 FORTH> 42 const aap  ok
FORTH> words
aap                   const
ok
FORTH> see aap
Flags: TOKENIZE, ANSI
: aap  42 ;  ok
FORTH> ' aap idis
$013414C0  : aap
$013414CA  push          #42 b#
$013414CC  ;
 No problem.
Thank you!
--
Ruvim

Date Sujet#  Auteur
9 Aug 24 * Juggling system-compilation items15Ruvim
10 Aug 24 +* Re: Juggling system-compilation items3PMF
11 Aug 24 i`* Re: Juggling system-compilation items2Ruvim
11 Aug 24 i `- Re: Juggling system-compilation items1Ruvim
10 Aug 24 +* Re: Juggling system-compilation items2mhx
11 Aug 24 i`- Re: Juggling system-compilation items1Ruvim
11 Aug 24 +- Re: Juggling system-compilation items1Krishna Myneni
11 Aug 24 `* Re: Juggling system-compilation items8Gerry Jackson
12 Aug 24  +* Re: Juggling system-compilation items2Ruvim
13 Aug 24  i`- Re: Juggling system-compilation items1Gerry Jackson
12 Aug 24  +* Re: Juggling system-compilation items3albert
13 Aug 24  i`* Re: Juggling system-compilation items2Gerry Jackson
14 Aug 24  i `- Re: Juggling system-compilation items1albert
12 Aug 24  `* Re: Juggling system-compilation items2Krishna Myneni
12 Aug 24   `- Re: Juggling system-compilation items1mhx

Haut de la page

Les messages affichés proviennent d'usenet.

NewsPortal