Re: [Amforth] Assembler listing of some words

2018-12-21 Thread Jan Kromhout via Amforth-devel
Hello Erich, This was helpfull Cheers, Jan > Op 21 dec. 2018, om 17:15 heeft Erich Wälde het > volgende geschreven: > > Hello Jan, > > Jan Kromhout via Amforth-devel writes: > >> Hello, >> >> I was looking into some words (.asm). >> Can someone explain me why the content of the first

Re: [Amforth] Assembler listing of some words

2018-12-21 Thread Erich Wälde
Hello Jan, Jan Kromhout via Amforth-devel writes: > Hello, > > I was looking into some words (.asm). > Can someone explain me why the content of the first data word is different. > PLUSSTORE => .dw $ff02 > RSHIFT => .dw $ff06 > PLUS => .dw $ff01 I'm sure this is explained somewhere, maybe in the

[Amforth] Assembler listing of some words

2018-12-21 Thread Jan Kromhout via Amforth-devel
Hello, I was looking into some words (.asm). Can someone explain me why the content of the first data word is different. PLUSSTORE => .dw $ff02 RSHIFT => .dw $ff06 PLUS => .dw $ff01 Cheers, Jan ___ Amforth-devel mailing list for http://amforth.sf.net

Re: [Amforth] get-recognizer & set-recognizer

2018-12-21 Thread Jan Kromhout via Amforth-devel
Hello Erich, Thanks, I’m just binding in the assembler file. That is done for now. Will give it a try this afternoon. The last definition is : place-rec ( xt -- ) get-recognizer dup >r 1- n>r swap nr> drop r> 1+ set-recognizer ; But when I take a look in recognizer.frt the words are

Re: [Amforth] get-recognizer & set-recognizer

2018-12-21 Thread Erich Wälde
Hello Jan, > Found the missing words!! Cool. > The package is now loading complete. > But it is not working. > When input a float or a double the system is crashing. not cool. > > Has someone some experience with this package? Not me. But see below. > I have read there is also a FP package in

Re: [Amforth] get-recognizer & set-recognizer

2018-12-21 Thread Matthias Trute
Am Freitag, den 21.12.2018, 10:42 + schrieb Jan Kromhout: > Hello, > > Found the missing words!! > The package is now loading complete. > But it is not working. > When input a float or a double the system is crashing. That's bad. Can you fix it? > > Has someone some experience with this pa

Re: [Amforth] get-recognizer & set-recognizer

2018-12-21 Thread Jan Kromhout
Hello, Found the missing words!! The package is now loading complete. But it is not working. When input a float or a double the system is crashing. Has someone some experience with this package? I have read there is also a FP package in assembler, where could I find that? Cheers, Jan > Op 2

[Amforth] get-recognizer & set-recognizer

2018-12-21 Thread Jan Kromhout
Hello, Try to load the Floating point package. How do, or find I the words get-recognizer and set-recognizer? What is the meaning of the word "place-rec" and what is the input? Thanks for any help. Cheers Jan |S| 930|: place-rec ( xt -- ) |S| 931| get-recognizer |E= ?? -13 14 /Users/