Re: [Amforth-devel] i! vs. f!

2010-08-18 Thread pito
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

Re: [Amforth-devel] i! vs. f!

2010-08-18 Thread Matthias Trute
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

[Amforth-devel] i! vs. f!

2010-08-17 Thread pito
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. -