Re: [Amforth] Loading the assembler

2012-05-26 Thread Matthias Trute
Hi Jan, > I dont understand your answer, "just replace assembler with " > Can you explane that please? Literally: instead of "assembler" just write "" vocabulary assembler only forth also assembler definitions vocabulary only forth also definitions Or just remove that line... Matthias -

Re: [Amforth] Loading the assembler

2012-05-26 Thread Jan Kromhout
Dear Mathias Thanks for the answer. I dont understand your answer, "just replace assembler with " Can you explane that please? Cheers, Jan kromhout Sacharovlaan 3 3223HM Hellevoetsluis-NL Op 25 mei 2012 om 20:09 heeft Matthias Trute het volgende geschreven: > Hi Jan, > >> When I try to load

Re: [Amforth] Loading the assembler

2012-05-25 Thread Matthias Trute
Hi Jan, > When I try to load the assembler I get an error when loading. > It stops on the line : > > "assembler definitions" The Assembler still uses an old impelementation of the vocabularies. You can (a) delete that line completly or (b) load the file vocabulary.frt and replace the same line w

[Amforth] Loading the assembler

2012-05-24 Thread Jan Kromhout
Hello, When I try to load the assembler I get an error when loading. It stops on the line : "assembler definitions" Should I load some files before starting to load the assembler? Thanks Jan kromhout Sacharovlaan 3 3223HM Hellevoetsluis-NL ---