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
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
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
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
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
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
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
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/