| \ WORDINFO.FS V1.0 17may93jaw |
\ WORDINFO.FS V1.0 17may93jaw |
| |
|
| \ Copyright (C) 1995 Free Software Foundation, Inc. |
\ Copyright (C) 1995,1996,1998 Free Software Foundation, Inc. |
| |
|
| \ This file is part of Gforth. |
\ This file is part of Gforth. |
| |
|
| |
|
| [IFDEF] forthstart |
[IFDEF] forthstart |
| : xtprim? ( xt -- flag ) |
: xtprim? ( xt -- flag ) |
| forthstart dictionary-end within ; \ !! does not work for CODE words |
dictionary-end forthstart within ; \ !! does not work for CODE words |
| [ELSE] |
[ELSE] |
| : xtprim? ( xt -- flag ) |
: xtprim? ( xt -- flag ) |
| dup >body swap >code-address = ; \ !! works only for indirect threaded code |
dup >body swap >code-address = ; \ !! works only for indirect threaded code |