From: Jan K. <kro...@ho...> - 2018-12-21 10:42:27
|
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 21 dec. 2018, om 10:55 heeft Jan Kromhout <kro...@ho...> het volgende geschreven: > > 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/jankromhout/Documents/amforth-6.7/tools > Error: Error in line sent > > > > : place-rec ( xt -- ) > get-recognizer > dup >r > 1- n>r > swap > nr> drop r> 1+ > set-recognizer > ; > > _______________________________________________ > Amforth-devel mailing list for http://amforth.sf.net/ > Amf...@li... > https://lists.sourceforge.net/lists/listinfo/amforth-devel |