Hi Matthias,
Thanks for the quick reply. Actually each definition was on one line.
(Maybe my email munged things, I'm not sure). Here's a snippet that may
show it better: I got an ok after I entered the first line, but never got
anything after entering the  second line "$24 constant DDRB"
Let me know what I can do to help with the diagnosis.
thanks much,
-chuck
>

 ok

> $25 constant PORTB

 ok

> $24 constant DDRB


(This is where it hangs)

I'll provide any other information as requested. TIA


On Wed, Feb 29, 2012 at 1:19 PM, Matthias Trute <mtr...@web.de> wrote:

> Charles,
> >> $25 constant
> > PORTB
> >  ok
> >
> >> $24 constant
> > DDRB
>
> It looks like you're using two lines. constant expects the
> name following immediatly on the same line.
>
> $25 constant PORTB
>
> instead of
>
> $25 constant
> PORTB
>
>
> Matthias
>
>
> ------------------------------------------------------------------------------
> Virtualization & Cloud Management Using Capacity Planning
> Cloud computing makes use of virtualization - but cloud computing
> also focuses on allowing computing to be delivered as a service.
> http://www.accelacomm.com/jaw/sfnl/114/51521223/
> _______________________________________________
> Amforth-devel mailing list for http://amforth.sf.net/
> Amforth-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/amforth-devel
>



-- 
-chuck
* This sig intentionally left blank *
------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
Amforth-devel mailing list for http://amforth.sf.net/
Amforth-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amforth-devel

Reply via email to