Mailing Address:

Offete Enterprises
156 14th Avenue
San Mateo, CA 94402
Tel: (650) 571-7639
Fax: (650) 571-5004

eMail: support@offete.com
Offete Bookstore
DISKS

2103        LaForth, LaFarr Stuart and Robert L. Smith--$25.00
A highly optimized, lean and mean experimental Forth system for MSDOS PC.  
It interprets words instead of lines of text.  Graphic structure commands.  
Downloads text file from PC.  128 threads hashed dictionary.  Many other
controversial features.
2106        The Forth Course, Richard H. Haskell--$25.00
A self learning tutorial based on FPC 3.50.  11 machine loadable lessons lead
you from Forth fundamentals to 8086 interrupt services at your own pace.  
Invaluable in getting yourself familiar with the very massive FPC system.  
Manual and disk.
2116        eForth Experiments, Pal Alm, $25.00
Pal published PalForth.  This eForth is target compiled from PalForth.  
PalForth, target compiler and 8086 assembler are all included in this system.  It
shows how much the MASM irritates people who had ascended
metacompilation.
2118        The First Course, C. H. Ting--$25.00
An introductory course on F-PC for people new to Forth.  Six lessons cover
topics like input/output, stack operations, math operations, and programming.  
Many examples are offered to guide self-study.  Manual and disk.
2123        386 OK, V3.1, Chuck Moore--$75.00
A new user interface to 386 computers by Chuck Moore.  It has a multi-layered
menu system using 7 keys.  Runs in 386 protected mode with greatly simplified
DOS interface.  Documentation prepared by C. H. Ting.
2130        The Second Course, C. H. Ting--$20.00
Subtitle "Input Output Exercises".  6 easy lessons to teach Forth using input and
output problems as exercises.  Include a floating point calculator, VGA
graphics, printer control, music on PC, stepper motor control, and a traffic
controller.
2131        The Third Course, C. H. Ting--$20.00
Subtitle "Right to Assemble".  6 Easy lessons to teach people how to use Forth
to assemble machine instructions to optimize applications.  Examples are
DTMF, data compression, power graphics, Mandelbrot plots, interrupts and
floating point coprocessor.
2132        CT100 Lab Board User Manual, C. H. Ting--$20.00
CT-100 is a 8051 based microcontroller training system, with integrated
peripherals like LED and LCD displays, keys and keyboard input, ADC. DAC,
stepper motor controller, relays, RS232, 8255, and 8279 peripherals.  This
manual details experiments using 8051 Forth to controller these devices.

2150         eForth CD, C. H. Ting--$40.00
Complete collection of 30 eForth implementations, including Version 2
implementations of 8086, 8051, Z80, 8098/96, 80386, PIC17C42, 80C51XA,
H8, 78C10, 56002, MIPS, ADSP2181, LAVA, PowerPC, 68000, 68HC11,
68HC12, 68HC16,  and 6805. Also included are figForth, F83, F-PC,
Win32Forth and their respective manuals and tutorials.

2151         F#, C. H. Ting--$25.00
eForth for Windows XP.  The easiest way to access Windows resources to
develop industrial applications for Windows operating system.  Source code
included so one can customize eForth for applications.

2152         ADuC ARM7 eForth, C. H. Ting--$25.00
eForth for ADuC70xx MicroConverters from Analog Devices.  It is in ARM7
assembler in Keil development suite.  It uses the ARM7 link register for
threading, and is fully optimized to make the best use of ARM7 core.

2153         SAM7 ARM7 eForth, C. H. Ting--$25.00
eForth for AT91SAM7X256 MicroConverters from Atmel.  It is in ARM7
assembler of Keil uVision3/RealView development suite.  It uses the DBGU
serial port to interact with user.. Sample code to display a US flag on Olimex's
SAM7-EX256 Board.

2154        cEF Version 1.0, C. H. Ting-- $25
cEF is a FORTH implementation based on eForth Model, and compiled by a C
compiler,The underlying Virtual FORTH Machine has the standard 33 machine
instructions defined in the original eForth Model.  It is target to microprocessor
without floating point coprocessor, and uses only integer arithmetic operations.

2155        cEF Version 2.0, C. H. Ting--$25
cEF is a FORTH implementation based on eForth Model, and compiled by a C
compiler,The Virtual FORTH Machine has 64 machine instructions.  
Multiplication and division are implemented using double floating arithmetic
operations.  It is highly optimized to take advantages of recent microprocessors
with floating point coprocessors.

2157        eForth for STM8S,$25
STM8S is an 8 bit microcontroller from STMicroelectronics.  ST is
distributing a STM8S-Discovery Board for less than $10. It is an excellent kit
to learn microcontroller programming.  I ported eForth to this board and now
donate it to the public domain.  You can
download it and try it for free.

2158        eP32 in VHDL for LatticeXP2 Brevia Kit, $25
eP32 is a 32 bit microprocessor.  It is ported to LatticeXP2-5E FPGA chip
and implemented on LatticeXP2 Brevia Development Kit.  It includes a CPU
module, a UART module and a GPIO module.  An eForth metacompiler which
produces eForth RAM image is included with all source code.  It is the best
FORTH engine on the cheapest FPGA kit.  All VHDL files and eForth files are
included.

2159        328eForth for Arduino Uno, $25
This is a very efficient and very simple implementation of eForth for
ATmega328P microcontroller used on Arduino Uno Board.  It is using
Subroutine Thread Model.  The interpreter kernel resides in bootloader
NRWW memory, and the compiler and user extensions are in the main RWW
flash memory.  An optimized flash programming routine minimizes erase-
write cycles to extent the life of flash memory.  It also allows the user to
build turnkey systems for commercial applications. Including assembly
source code, demo code, tutorials, and detailed documentation,

2160        Interactive Globe, $10.00
This is a game based on the Digital Chart of the World, which shows the
elevation map of the entire earth, to the horizontal resolution of 3 arc-
seconds ( about 1 kilometer on the equator), and a vertical resolution of 1
meter.  You can point to any location on the earth and see the topology
around this location.  You can zoom-in and zoom-out at will on the map.  It is
a tutorial on F#, and you get the complete source code to evaluate it and
perhaps to enhance it.  It is distributed on a CD.  Shipping included.

2161        Interactive Fractals, $10.00
This is a game based on the fractals invented by Benoit Mandelbrot.  
Extensive floating point computations are optimized using the Floating Point
Coprocessor inside the Intel processor.  You can interactively explore the
rich and complex landscape of the Mandelbrot set with your mouse.  You
can zoom-in and zoom-out at will, and also change the coloring of the
display.  It is another tutorial on F#, and you get the complete source code.  
It is distributed on a CD.  Shipping is included.

216
2        ceForth_328 for Arduino Uno, $25
This is a
n Arduino sketch which can be compiled and uploaded by Arduino
0022.
 The FORTH Virtual Machine is coded in C, and the FORTH dictionary is
imported as a data array.  The FORTH dictionary can be extended into the
RAM memory, so you can add new commands to this system.  The dictionary
is produced by a metacompiler running under F#.  The source code of the
metacompiler is included for you to enhance this system.

A large amount of documents are posted for
immediate downloading.  Before you buy an
item, check the web pages to see if you can
download it for free.  If you are satisfied with what
you get, you are invited to make a donation, so
that we will continue the efforts to bringing more
documents on-line



Before we get our shopping cart mechanism, you
can order items individually using the PayPal Buy
Now buttons,  send an order of multiple items with
a check through mail, or send an email order with
Make a Donation button here.