2021-01-07 17:02:18 +01:00
|
|
|
.Dd January 2021
|
2019-02-07 05:36:53 +01:00
|
|
|
.Dt RETRO-EXTEND 1
|
|
|
|
.Os
|
|
|
|
.Sh RETRO-EXTEND
|
|
|
|
.Nm retro-extend
|
|
|
|
.Nd "a modern, pragmatic forth development system"
|
|
|
|
.Sh SYNOPSIS
|
|
|
|
.Nm
|
|
|
|
image filename
|
|
|
|
.Op filenames
|
|
|
|
.Sh DESCRIPTION
|
|
|
|
RETRO is a modern, pragmatic Forth drawing influences from many
|
|
|
|
sources. It's clean, elegant, tiny, and easy to grasp and adapt
|
|
|
|
to various uses.
|
|
|
|
|
|
|
|
.Nm
|
|
|
|
is a tool to load additional code into an image file. It takes
|
|
|
|
the name of an image file and one or more source files to load
|
|
|
|
into the image. After completion the image file will be updated
|
|
|
|
with the changes.
|
|
|
|
|
2021-01-07 17:02:18 +01:00
|
|
|
.Sh CAVEATS
|
2019-02-07 05:36:53 +01:00
|
|
|
.Nm
|
|
|
|
only emulates the minimal console output device. If the source
|
|
|
|
files require additional I/O to be present, the extend process
|
|
|
|
will likely fail to work correctly.
|
|
|
|
|
|
|
|
.Sh AUTHORS
|
|
|
|
.An Charles Childers Aq Mt crc@forthworks.com
|