freebsd-skq/stand/ficl
Toomas Soome dba7640e44 ficl: instead of pad, emit can use local variable
Pad in forth is used as "scratchpad" and internal implementations
should not use it. Ficl does not really follow this rule and this can fire back.
emit has no need to use pad, we can use local variable instead.
2020-12-01 22:28:02 +00:00
..
aarch64
amd64 Add support for hypervisor check on x86 2019-10-24 20:02:48 +00:00
arm
i386 Add support for hypervisor check on x86 2019-10-24 20:02:48 +00:00
mips
mips64
powerpc stand/ficl 64-bit compatibility 2020-09-14 15:48:30 +00:00
riscv
softwords ficl: add xemit word 2019-09-05 15:06:30 +00:00
x86 Add support for hypervisor check on x86 2019-10-24 20:02:48 +00:00
dict.c
ficl.c
ficl.h Tweak ficl definition from r365724 2020-09-22 23:27:09 +00:00
fileaccess.c veloader use vectx API for kernel and modules 2020-03-09 16:02:54 +00:00
float.c
loader.c veloader use vectx API for kernel and modules 2020-03-08 17:42:42 +00:00
Makefile
Makefile.depend
math64.c
math64.h
prefix.c
search.c
stack.c
testmain.c
tools.c
unix.c
vm.c
words.c ficl: instead of pad, emit can use local variable 2020-12-01 22:28:02 +00:00