| /* the does handler resides between DOES> and the following Forth |
/* the does handler resides between DOES> and the following Forth |
| code. Since the code-field jumps directly to dodoes, the |
code. Since the code-field jumps directly to dodoes, the |
| does-handler is not needed for the Power architecture */ |
does-handler is not needed for the Power architecture */ |
| #define DOES_HANDLER_SIZE 8 |
|
| #define MAKE_DOES_HANDLER(addr) 0 |
#define MAKE_DOES_HANDLER(addr) 0 |
| |
|
| /* This makes a code field for a does-defined word. doesp is the |
/* This makes a code field for a does-defined word. doesp is the |