.. | Back to the Quartus home page |
directory | 2024.4.9 |
string.txt | Words from the ISO/ANSI Standard STRING wordset. Updated with
-TRAILING. |
212 bytes | 2000.3.18 |
float-ext.txt | Providing F~ and F. from the Standard FLOAT EXT wordset. |
1122 bytes | 1999.12.30 |
FEL.txt | Floating-point Exponents & Logarithms (FEL), contributed by Michael
Will. |
1439 bytes | 1999.12.18 |
trig.txt | Provides integer SIN and COS to four decimal places of accuracy. |
960 bytes | 1999.12.10 |
disasm.zip | A DragonBall 68328 disassembler, version 1.0. Ported from original code by
Mike Haas. Provides the Standard TOOLS word SEE. |
5182 bytes | 1999.10.7 |
MemoDB.zip | Quartus Forth 1.2.5 library memos in MemoDB.PDB format, for loading
into the Palm Emulator. Note that installing this PDB will overwrite all
memos in the current emulator session. (For installing on an actual device,
DO NOT use this file; use library.mpa from the distribution .zip,
installed via the Palm Desktop software.) |
25444 bytes | 1999.10.7 |
ulibtxt.zip | These are the same memos as found in libtxt.zip in the distribution, but with linefeed-only endings (for the convenience of Mac and Unix users). |
31872 bytes | 1999.10.7 |
db-example.txt | A simple example showing how to open a new database and
write data to it. |
1035 bytes | 1999.3.27 |
float.txt | Providing REPRESENT from the Standard FLOAT wordset. |
262 bytes | 1999.3.9 |
simple-handler.txt | A simple menu handler for PalmOS apps. Updated to work with the 1.2.0
corrected callback/end-callback. |
522 bytes | 1999.3.4 |
DataMgr.txt | Constants and words for PalmOS database access. |
637 bytes | 1999.3.2 |
Events.txt | Named constants for all PalmOS event types. Also provides
coords@ and menuitem . Updated with
itemid . |
1178 bytes | 1999.3.2 |
Fields.txt | A module providing a number of useful GUI field-manipulation words. Updated! |
669 bytes | 1999.3.2 |
Forms.txt | A module providing a number of useful GUI form-manipulation words. |
703 bytes | 1999.3.2 |
Mem.txt | Alternate words for accessing memory; each block of allocated RAM
has a 32-bit absolute address. |
276 bytes | 1999.3.2 |
Ver.txt | For checking the Palm OS version. |
166 bytes | 1999.3.2 |
arcfour.txt | Fast symmetric stream encryption algorithm
with a key size variable from 40 to 2048 bits. Written in portable ANS Forth.
Needs core-ext. |
965 bytes | 1999.3.2 |
asm68k.part2.txt | Part 2 of 2 of the asm68k assembler, version 1.21 |
3618 bytes | 1999.3.2 |
asm68k.txt | Part 1 of 2 of the asm68k assembler, version 1.21 |
3904 bytes | 1999.3.2 |
assert.txt | Assertion words for use while debugging. |
654 bytes | 1999.3.2 |
backlight.txt | Hardware backlight control. |
148 bytes | 1999.3.2 |
bitmap.txt | A defining word for creating small inline bitmaps that can draw
themselves. See tinynums for an example. |
242 bytes | 1999.3.2 |
calendar.txt | ISO/ANSI Standard implementation of Gregorian and ISO date
manipulation words. Needs dblmath. |
3599 bytes | 1999.3.2 |
case.txt | An implementation of CASE/OF/ENDOF/ENDCASE, as described in the
ISO/ANSI Forth Standard. |
297 bytes | 1999.3.2 |
condthens.txt | COND and THENS
are a simpler replacement for
CASE ..OF ..ENDOF ..ENDCASE . |
126 bytes | 1999.3.2 |
core-ext.txt | ISO/ANSI Standard CORE EXT words elective. |
1032 bytes | 1999.3.2 |
dblmath.txt | Several additional double-number arithmetic words. Needs
double. |
563 bytes | 1999.3.2 |
doc.txt | Words for reading documents in DOC (AportisDOC) format.
Handles decompression. Needs DataMgr, zstrings, core-ext,
condthens, and double. |
2009 bytes | 1999.3.2 |
docinc.txt | A loadable module providing DocInclude , which allows source code to be loaded from Doc-format (AportisDOC) files. Based on work by Erwin Schomburg. Needs doc. |
2790 bytes | 1999.3.2 |
double.txt | ISO/ANSI Standard DOUBLE words elective. |
209 bytes | 1999.3.2 |
environment.txt | Elective providing ENVIRONMENT? from the CORE
wordset. |
706 bytes | 1999.3.2 |
facility-ext.txt | Words from the ISO/ANSI Standard FACILITY EXT wordset. |
199 bytes | 1999.3.2 |
facility.txt | Words from the ISO/ANSI Standard FACILITY wordset. |
246 bytes | 1999.3.2 |
fonts.txt | Named constants for PalmOS font types. |
231 bytes | 1999.3.2 |
graphics.txt | Line, point, circle, rectangle, rounded-rectangle, and several miscellaneous graphics words.
Updated with erase-rectangle . |
1563 bytes | 1999.3.2 |
ids.txt | Defining word for 4-character creator IDs, etc. Updated with
suggestions from Tony Sanders. |
430 bytes | 1999.3.2 |
input.txt | Provides get-input , a popup graphical dialog for text input.
Uses qrsrc.zip. |
1607 bytes | 1999.3.2 |
memo.txt | Demonstration code showing how to write to the Pilot MemoPad
database. Needs core-ext, toolkit, ids,
zstrings, and DataMgr. |
1243 bytes | 1999.3.2 |
memory.txt | The ISO/ANSI Standard MEMORY wordset, providing ALLOCATE , FREE , RESIZE , and a non-standard word size that returns the size of an allocate d region. |
620 bytes | 1999.3.2 |
music.txt | Simple musical notation words for the speaker on the Palm. |
722 bytes | 1999.3.2 |
random.txt | Random numbers from the Palm OS. |
123 bytes | 1999.3.2 |
regs.txt | An extension of asm68k that displays the current values of all 16 CPU registers. Needs asm68k. |
397 bytes | 1999.3.2 |
roman.txt | A module for handling Roman numerals. Written in Standard Forth. |
2029 bytes | 1999.3.2 |
safe.txt | A loadable module providing a number of 'safety net' features. Useful during development, and for beginners. |
1353 bytes | 1999.3.2 |
serial.txt | A module for easy serial-port access. Documentation to follow. |
3961 bytes | 1999.3.2 |
sound.txt | A module providing SystemSound and
sound , which allow you to operate the PalmPilot's internal
speaker. |
361 bytes | 1999.3.2 |
struct.txt | A module for defining data structures. |
287 bytes | 1999.3.2 |
tester125.txt | John Hayes' tester module, allowing concise {
test -> result } tests. |
1976 bytes | 1999.3.2 |
textalign.txt | Provides type.left type.right
type.center and pixel-width . |
394 bytes | 1999.3.2 |
tinylocals.txt | A module providing a set of locals named L0 through L7. |
681 bytes | 1999.3.2 |
tinynums.txt | The numbers 0-9 as tiny 3x5 bitmaps. tinyemit ,
tinytype and tinycr are provided. Needs bitmap. |
1769 bytes | 1999.3.2 |
toolkit.txt | Miscellaneous useful words. Updated! |
1022 bytes | 1999.3.2 |
tools-ext.txt | A module providing the ISO/ANSI Standard TOOLS EXT words [IF], [ELSE], and [THEN]. |
699 bytes | 1999.3.2 |
turtle.txt | Simple turtle graphics. Uses trig. |
606 bytes | 1999.3.2 |
zstrings.txt | A defining word for zero-byte delimited strings. |
184 bytes | 1999.3.2 |
newmemo.txt | An enhanced memo module, based on memo.txt.
Contributed by Allen Chen. |
2934 bytes | 1999.2.13 |
flash.txt | Updated! NOTE -- For Palm III devices only. |
1680 bytes | 1999.2.9 |
tealbitmap.txt | Allows bitmaps to be read from TealPaint images. Contributed by Daryl Lee. Search the Discussion Forum for notes on usage. |
2047 bytes | 1999.2.9 |
square.txt | An integer square-root routine. Contributed by Ken Butterfield. |
519 bytes | 1999.2.9 |
file.txt | Defines S" for use in interpretation state. |
193 bytes | 1999.2.5 |
redefine.txt | Displays a message when an already-defined word is redefined. Courtesy of Wade Johnson. |
402 bytes | 1999.2.1 |
numberalign.txt | Words for left, right, and centre-alignment of displayed numbers. Contributed by Daryl Lee. |
653 bytes | 1999.1.13 |
ports.txt | The DragonBall processor that powers the Palm III has ten 8-bit wide parallel
I/O ports. These words are intended to simplify access to those ports.
Contributed by Ed Beroset. |
923 bytes | 1999.1.9 |
easter.txt | A module providing words for calculating Easter and 12
other related holidays. Uses calendar. |
1927 bytes | 1999.1.1 |
Resources.txt | A module simplifying the use of external resources in Quartus
Forth applications. See input.txt for an example of its use. |
328 bytes | 1998.12.7 |
a68example1.txt | UNDER+ and ROT- implemented using asm68k. |
235 bytes | 1998.7.4 |