ok. f is clear, I've forgotten float does even exist.. i- what to
say..
why to diferentiate between storage technology? for readabilty and
the avoidance of errors..P.
- PŮVODNÍ ZPRÁVA -
Od: "Matthias Trute"
Komu: "Everything around amforth"
Předmět: Re: [Amfor
hi,
> Hi, let me ask following - why the write to avr flash in amforth
> uses i when i is used in other context as well. Why not agree e.g.:
>
> f - flash internal - f!, f@
everything starting with f is already claimed by
floating point words.
The i@/i! is based upon an recommendation by Elizab
Hi, let me ask following - why the write to avr flash in amforth
uses i when i is used in other context as well. Why not agree e.g.:
f - flash internal - f!, f@
ff - flash external - ff!, ff@
e - eprom internal - e!, e@
ee - eprom external - ee!, ee@
i - index
j - index
c - char
Pito.
-