retroforth/doc/html/chapters/toolchain/man/retro-extend.html

76 lines
3.8 KiB
HTML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head>
<title>.</title>
<style type="text/css">
* { color: #000; background: #fff; max-width: 700px; }
tt, pre { background: #dedede; color: #111; font-family: monospace;
white-space: pre; display: block; width: 100%; }
.indentedcode { margin-left: 2em; margin-right: 2em; }
.codeblock {
background: #dedede; color: #111; font-family: monospace;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
padding: 7px;
display: block;
}
.indentedlist { margin-left: 2em; color: #000; }
span { white-space: pre; }
.text { color: #000; white-space: pre; background: #dedede; }
.colon { color: #000; background: #dedede; }
.note { color: #000; background: #dedede; }
.str { color: #000; text-decoration: underline; background: #dedede; }
.num { color: #000; background: #dedede; font-weight: bold; font-style: italic; }
.fnum { color: #000; font-weight: bold; background: #dedede; }
.ptr { color: #000; font-weight: bold; background: #dedede; }
.fetch { color: #000; font-style: italic; background: #dedede; }
.store { color: #000; font-style: italic; background: #dedede; }
.char { color: #000; background: #dedede; }
.inst { color: #000; background: #dedede; }
.defer { color: #000; background: #dedede; }
.imm { color: #000; font-weight: bold; background: #dedede; }
.prim { color: #000; font-weight: bolder; background: #dedede; }
.tt { white-space: pre; font-family: monospace; background: #dedede; }
.h1, .h2, .h3, .h4 { white-space: normal; }
.h1 { font-size: 125%; }
.h2 { font-size: 120%; }
.h3 { font-size: 115%; }
.h4 { font-size: 110%; }
.hr { display: block; height: 2px; background: #000000; }
</style>
</head><body>
<p>RETRO-EXTEND(1) General Commands Manual RETRO-EXTEND(1)
<br/><br/>
RETRO-EXTEND
<tt class='indentedcode'>&nbsp;retro-extend&nbsp;-&nbsp;a&nbsp;modern,&nbsp;pragmatic&nbsp;forth&nbsp;development&nbsp;system</tt>
<br/><br/>
SYNOPSIS
<tt class='indentedcode'>&nbsp;retro-extend&nbsp;image&nbsp;filename&nbsp;[filenames]</tt>
<br/><br/>
DESCRIPTION
<tt class='indentedcode'>&nbsp;RETRO&nbsp;is&nbsp;a&nbsp;modern,&nbsp;pragmatic&nbsp;Forth&nbsp;drawing&nbsp;influences&nbsp;from&nbsp;many&nbsp;sources.</tt>
<tt class='indentedcode'>&nbsp;It's&nbsp;clean,&nbsp;elegant,&nbsp;tiny,&nbsp;and&nbsp;easy&nbsp;to&nbsp;grasp&nbsp;and&nbsp;adapt&nbsp;to&nbsp;various&nbsp;uses.</tt>
<br/><br/>
<tt class='indentedcode'>&nbsp;retro-extend&nbsp;is&nbsp;a&nbsp;tool&nbsp;to&nbsp;load&nbsp;additional&nbsp;code&nbsp;into&nbsp;an&nbsp;image&nbsp;file.&nbsp;It</tt>
<tt class='indentedcode'>&nbsp;takes&nbsp;the&nbsp;name&nbsp;of&nbsp;an&nbsp;image&nbsp;file&nbsp;and&nbsp;one&nbsp;or&nbsp;more&nbsp;source&nbsp;files&nbsp;to&nbsp;load&nbsp;into</tt>
<tt class='indentedcode'>&nbsp;the&nbsp;image.&nbsp;After&nbsp;completion&nbsp;the&nbsp;image&nbsp;file&nbsp;will&nbsp;be&nbsp;updated&nbsp;with&nbsp;the</tt>
<tt class='indentedcode'>&nbsp;changes.</tt>
<br/><br/>
<br/><br/>
CAVEATS
<tt class='indentedcode'>&nbsp;retro-extend&nbsp;only&nbsp;emulates&nbsp;the&nbsp;minimal&nbsp;console&nbsp;output&nbsp;device.&nbsp;If&nbsp;the</tt>
<tt class='indentedcode'>&nbsp;source&nbsp;files&nbsp;require&nbsp;additional&nbsp;I/O&nbsp;to&nbsp;be&nbsp;present,&nbsp;the&nbsp;extend&nbsp;process</tt>
<tt class='indentedcode'>&nbsp;will&nbsp;likely&nbsp;fail&nbsp;to&nbsp;work&nbsp;correctly.</tt>
<br/><br/>
<br/><br/>
AUTHORS
<tt class='indentedcode'>&nbsp;Charles&nbsp;Childers&nbsp;&lt;crc@forthworks.com&gt;</tt>
<br/><br/>
OpenBSD 6.4 January 2021 OpenBSD 6.4
</p>
</body></html>