From: pito <pi...@vo...> - 2011-05-25 19:36:14
|
When put into dict_appl.inc: C:\MyCode\AVR\WINAVR\projects\AMFORTH\my_44\core\words/n_to_r.asm(23): error: Relative branch out of reach C:\MyCode\AVR\WINAVR\projects\AMFORTH\my_44\appl\template44_32\dict_appl.inc(6): info: 'C:\MyCode\AVR\WINAVR\projects\AMFORTH\my_44\core\words/n_to_r.asm' included from here C:\MyCode\AVR\WINAVR\projects\AMFORTH\my_44\core\amforth.asm(14): info: 'C:\MyCode\AVR\WINAVR\projects\AMFORTH\my_44\appl\template44_32\dict_appl.inc' included from here C:\MyCode\AVR\WINAVR\projects\AMFORTH\my_44\appl\template44_32\template.asm(52): info: 'C:\MyCode\AVR\WINAVR\projects\AMFORTH\my_44\core\amforth.asm' included from here C:\MyCode\AVR\WINAVR\projects\AMFORTH\my_44\core\words/n_r_from.asm(23): error: Relative branch out of reach ----- PŮVODNÍ ZPRÁVA ----- Od: "pito" <pi...@vo...> Komu: mt...@we..., pi...@vo..., amf...@li... Předmět: Re: [Amforth] Amforth 4.4. - issues Datum: 25.5.2011 - 20:42:15 > ..a pity it shots down amforth so I have to > reload- > > > : place-rec ( xt -- ) > ok get-recognizer > ok dup >r > ok 1- n>r > n>r ?? -13 12 > > swap > ok > > nr> drop r> 1+ > nr> ?? -13 8 > > set-recogniz > > BAANGGG > > > > > > use a word place-rec as a helper word. > > > > : place-rec ( xt -- ) > > get-recognizer > > dup >r > > 1- n>r > > swap > > nr> drop r> 1+ > > set-recognizer > > ; > > > > and have a look at the following session log > > > > > > > 123e4 fs. > > 123e4 ?? -13 6 > > > ' rec-float place-rec > > ok > > > 123e4 fs. > > 1.2299999E6 ok > > > > > > > HTH > > Matthias > > > > |