main
Clyne 4 weeks ago
parent eb3ea19944
commit 80c0fad017
Signed by: clyne
GPG Key ID: 3267C8EBF3F9AFC7

@ -146,7 +146,8 @@ N(execute, "execute", &w_ctick) { pp = (intptr_t **)*sp++ - 1; NEXT; }
W(decimal, "decimal", &w_execute) LIT(10), LIT(&BASE), poke, END W(decimal, "decimal", &w_execute) LIT(10), LIT(&BASE), poke, END
W(hex, "hex", &w_decimal) LIT(16), LIT(&BASE), poke, END W(hex, "hex", &w_decimal) LIT(16), LIT(&BASE), poke, END
N(dot, ".", &w_hex) ; N(dot, ".", &w_hex) ;
#define LATEST_INIT &w_dot N(emit, "emit", &w_dot) { foci_putchar(*sp++); NEXT; }
#define LATEST_INIT &w_emit
void enter_forth(void *ptr) void enter_forth(void *ptr)
{ {

Loading…
Cancel
Save