Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.forth > #23267
| Newsgroups | comp.lang.forth |
|---|---|
| Date | 2013-06-07 02:55 -0700 |
| References | (1 earlier) <a32954fa-4b46-492a-a776-209be4f8d41b@q9g2000vbj.googlegroups.com> <7xli6m1hi6.fsf@ruckus.brouhaha.com> <5c05507f-dc17-4674-aa05-a0a321e63d81@g9g2000vbl.googlegroups.com> <7xsj0u480f.fsf@ruckus.brouhaha.com> <7xobbi47y1.fsf@ruckus.brouhaha.com> |
| Message-ID | <f07dfe8d-879a-4f4c-bd3d-8953e758f177@g7g2000vbv.googlegroups.com> (permalink) |
| Subject | Re: FlashForth demo over Telnet |
| From | Mark Wills <markrobertwills@yahoo.co.uk> |
On Jun 7, 9:54 am, Paul Rubin <no.em...@nospam.invalid> wrote: > Paul Rubin <no.em...@nospam.invalid> writes: > > : wills 1000 for i . next ; > > Sorry. Try: > > : wills 1000 for r@ . next ; > > I guess those cpu's are really cramped for code space. > > Ah yes. r@. Why didn't I think of that?! I was also struggling over the lack of I. I ended up doing : wills 0 1000 for dup . 1+ next ; That worked like a champ. I'm using a telnet client on my mobile phone, connected through my mobile providers internet! Works perfectly. I didn't realise that BASE defaults to HEX! So it prints out 4096 items. Great stuff!
Back to comp.lang.forth | Previous | Next — Previous in thread | Next in thread | Find similar
FlashForth demo over Telnet Mikael Nordman <oh2aun@gmail.com> - 2013-06-06 21:34 -0700
Re: FlashForth demo over Telnet Mark Wills <markrobertwills@yahoo.co.uk> - 2013-06-07 00:50 -0700
Re: FlashForth demo over Telnet Paul Rubin <no.email@nospam.invalid> - 2013-06-07 00:56 -0700
Re: FlashForth demo over Telnet Mark Wills <markrobertwills@yahoo.co.uk> - 2013-06-07 01:51 -0700
Re: FlashForth demo over Telnet Paul Rubin <no.email@nospam.invalid> - 2013-06-07 01:53 -0700
Re: FlashForth demo over Telnet Paul Rubin <no.email@nospam.invalid> - 2013-06-07 01:54 -0700
Re: FlashForth demo over Telnet Mark Wills <markrobertwills@yahoo.co.uk> - 2013-06-07 02:55 -0700
Re: FlashForth demo over Telnet Paul Rubin <no.email@nospam.invalid> - 2013-06-07 01:52 -0700
Re: FlashForth demo over Telnet Mikael Nordman <oh2aun@gmail.com> - 2013-06-07 02:49 -0700
Re: FlashForth demo over Telnet Mark Wills <markrobertwills@yahoo.co.uk> - 2013-06-07 01:52 -0700
Re: FlashForth demo over Telnet Mikael Nordman <oh2aun@gmail.com> - 2013-06-14 11:03 -0700
Re: FlashForth demo over Telnet Spam@ControlQ.com - 2013-06-07 18:37 -0400
csiph-web