aboutsummaryrefslogtreecommitdiff
path: root/slof/fs/fcode
AgeCommit message (Expand)AuthorFilesLines
2023-02-28Fix typos in the slof folderThomas Huth2-2/+2
2016-09-14Do not include the FCode evaluator by default anymoreThomas Huth1-45/+45
2013-01-04Spelling fixes in comments and debug messagesStefan Weil1-1/+1
2012-01-13FCODE: Support for old-fashioned "local values" tokensThomas Huth2-0/+156
2011-12-20FCODE: Always include evaluator, move framebuffer token init to fbuffer.fsThomas Huth4-55/+99
2011-12-20Removed unused codeThomas Huth1-39/+0
2011-12-20FCODE: Support for fcode programs with 8-bit offsetsThomas Huth3-12/+21
2011-12-20Support for "INSTANCE BUFFER:" in Forth and FCODE.Thomas Huth1-7/+9
2011-11-28FCODE: Added token 0x12b (interpose)Thomas Huth1-1/+2
2011-11-24FCODE: Allow return stack commands to be used in "interpretation" mode.Thomas Huth2-42/+44
2011-11-24FCODE: Fixed b?branch instructionThomas Huth1-5/+1
2011-11-17FCODE: Support FCODE programs that access MMIO memory without the r-functionsThomas Huth2-12/+35
2011-11-17FCODE: Implemented missing tokensThomas Huth2-15/+88
2011-11-17FCODE: Removed some unused test code and functionsThomas Huth1-26/+1
2011-11-17FCODE: Implemented the missing command "(cr"Thomas Huth1-2/+1
2011-11-17FCODE: Reviewed token initialization sequenceThomas Huth1-34/+87
2011-11-17FCODE: Improved b(field) and b(buffer:)Thomas Huth1-4/+7
2011-11-17FCODE: Adjust MMIO access functions when running PCI FCODE programsThomas Huth2-15/+54
2011-11-17FCODE: Fixed named-token functionThomas Huth2-8/+15
2011-11-17FCODE: Fixed b(;) so that it also works with the debuggerThomas Huth1-3/+4
2011-11-17FCODE: Fixed instance handlingThomas Huth2-26/+79
2011-11-17FCODE evaluator source code beautification and clean-upThomas Huth4-119/+120
2011-11-17FCODE: Reset fcode-end flag before executing a new programThomas Huth1-0/+1
2011-11-17FCODE: Fixed detection of images in PCI Expansion ROMs.Thomas Huth1-36/+48
2010-12-01Initial import of slof-JX-1.7.0-4Benjamin Herrenschmidt5-0/+1077