doc/classes/Trs80Cmd.html in ripxplore-0.8.0 vs doc/classes/Trs80Cmd.html in ripxplore-0.11.0
- old
+ new
@@ -1,224 +1,217 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!DOCTYPE html
- PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
- <title>Class: Trs80Cmd</title>
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
- <meta http-equiv="Content-Script-Type" content="text/javascript" />
- <link rel="stylesheet" href=".././rdoc-style.css" type="text/css" media="screen" />
- <script type="text/javascript">
- // <![CDATA[
-
- function popupCode( url ) {
- window.open(url, "Code", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400")
- }
-
- function toggleCode( id ) {
- if ( document.getElementById )
- elem = document.getElementById( id );
- else if ( document.all )
- elem = eval( "document.all." + id );
- else
- return false;
-
- elemStyle = elem.style;
-
- if ( elemStyle.display != "block" ) {
- elemStyle.display = "block"
- } else {
- elemStyle.display = "none"
- }
-
- return true;
- }
-
- // Make codeblocks hidden by default
- document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }</style>" )
-
- // ]]>
- </script>
-
-</head>
-<body>
-
-
-
- <div id="classHeader">
- <table class="header-table">
- <tr class="top-aligned-row">
- <td><strong>Class</strong></td>
- <td class="class-name-in-header">Trs80Cmd</td>
- </tr>
- <tr class="top-aligned-row">
- <td><strong>In:</strong></td>
- <td>
- <a href="../files/lib/native_file_types/trs80/Trs80Cmd_rb.html">
- lib/native_file_types/trs80/Trs80Cmd.rb
- </a>
- <br />
- </td>
- </tr>
-
- <tr class="top-aligned-row">
- <td><strong>Parent:</strong></td>
- <td>
- <a href="NativeFileType.html">
- NativeFileType
- </a>
- </td>
- </tr>
- </table>
- </div>
- <!-- banner header -->
-
- <div id="bodyContent">
-
-
-
- <div id="contextContent">
- <div id="diagram">
- <map id="map" name="map">
- <area shape="rect" coords="17,101,100,149" href="Trs80Cmd.html" alt="Trs80Cmd" />
- <area shape="rect" coords="5,5,112,53" href="NativeFileType.html" alt="NativeFileType" />
-</map>
-<img src="../dot/f_74.png" usemap="#map" border="0" alt="dot/f_74.png">
- </div>
-
- <div id="description">
- <p>
-for breakdown of CMD format, see <a
-href="http://www.tim-mann.org/trs80/doc/ldosq1-4.txt">www.tim-mann.org/trs80/doc/ldosq1-4.txt</a>
-( Roy‘s Technical Corner P42)
-</p>
-<pre>
- files consist of unordered records.
- reach record consists of a one byte record type, followed by a 2 byte record length field, followed by a data area (who's length is specified by the 'record length' field
-
- TYPE DATA AREA
- ---- ---------
- 01 object code (load block)
- 02 transfer address
- 04 end of partitioned data set member
- 05 load module header
- 06 partitioned data set header
- 07 patch name header
- 08 ISAM directory entry
- 0A end of ISAM directory
- 0C PDS directory entry
- 0E end of PDS directory
- 10 yanked load block
- 1F copyright block
-</pre>
-
- </div>
-
-
- </div>
-
- <div id="method-list">
- <h3 class="section-bar">Methods</h3>
-
- <div class="name-list">
- <a href="#M000082">file_system_file_types</a>
- <a href="#M000081">load_address</a>
- <a href="#M000080">records</a>
- <a href="#M000083">to_listing</a>
- </div>
- </div>
-
- </div>
-
-
- <!-- if includes -->
-
- <div id="section">
-
-
-
-
-
-
-
-
- <!-- if method_list -->
- <div id="methods">
- <h3 class="section-bar">Public Class methods</h3>
-
- <div id="method-M000082" class="method-detail">
- <a name="M000082"></a>
-
- <div class="method-heading">
- <a href="Trs80Cmd.src/M000082.html" target="Code" class="method-signature"
- onclick="popupCode('Trs80Cmd.src/M000082.html');return false;">
- <span class="method-name">file_system_file_types</span><span class="method-args">()</span>
- </a>
- </div>
-
- <div class="method-description">
- </div>
- </div>
-
- <h3 class="section-bar">Public Instance methods</h3>
-
- <div id="method-M000081" class="method-detail">
- <a name="M000081"></a>
-
- <div class="method-heading">
- <a href="Trs80Cmd.src/M000081.html" target="Code" class="method-signature"
- onclick="popupCode('Trs80Cmd.src/M000081.html');return false;">
- <span class="method-name">load_address</span><span class="method-args">()</span>
- </a>
- </div>
-
- <div class="method-description">
- <p>
-use the first ‘load object code’ record as the load address for
-the whole program
-</p>
- </div>
- </div>
-
- <div id="method-M000080" class="method-detail">
- <a name="M000080"></a>
-
- <div class="method-heading">
- <a href="Trs80Cmd.src/M000080.html" target="Code" class="method-signature"
- onclick="popupCode('Trs80Cmd.src/M000080.html');return false;">
- <span class="method-name">records</span><span class="method-args">()</span>
- </a>
- </div>
-
- <div class="method-description">
- </div>
- </div>
-
- <div id="method-M000083" class="method-detail">
- <a name="M000083"></a>
-
- <div class="method-heading">
- <a href="Trs80Cmd.src/M000083.html" target="Code" class="method-signature"
- onclick="popupCode('Trs80Cmd.src/M000083.html');return false;">
- <span class="method-name">to_listing</span><span class="method-args">()</span>
- </a>
- </div>
-
- <div class="method-description">
- </div>
- </div>
-
-
- </div>
-
-
- </div>
-
-
-<div id="validator-badges">
- <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
-</div>
-
-</body>
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!DOCTYPE html
+ PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<head>
+ <title>Class: Trs80Cmd</title>
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
+ <meta http-equiv="Content-Script-Type" content="text/javascript" />
+ <link rel="stylesheet" href=".././rdoc-style.css" type="text/css" media="screen" />
+ <script type="text/javascript">
+ // <![CDATA[
+
+ function popupCode( url ) {
+ window.open(url, "Code", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400")
+ }
+
+ function toggleCode( id ) {
+ if ( document.getElementById )
+ elem = document.getElementById( id );
+ else if ( document.all )
+ elem = eval( "document.all." + id );
+ else
+ return false;
+
+ elemStyle = elem.style;
+
+ if ( elemStyle.display != "block" ) {
+ elemStyle.display = "block"
+ } else {
+ elemStyle.display = "none"
+ }
+
+ return true;
+ }
+
+ // Make codeblocks hidden by default
+ document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }</style>" )
+
+ // ]]>
+ </script>
+
+</head>
+<body>
+
+
+
+ <div id="classHeader">
+ <table class="header-table">
+ <tr class="top-aligned-row">
+ <td><strong>Class</strong></td>
+ <td class="class-name-in-header">Trs80Cmd</td>
+ </tr>
+ <tr class="top-aligned-row">
+ <td><strong>In:</strong></td>
+ <td>
+ <a href="../files/lib/native_file_types/trs80/Trs80Cmd_rb.html">
+ lib/native_file_types/trs80/Trs80Cmd.rb
+ </a>
+ <br />
+ </td>
+ </tr>
+
+ <tr class="top-aligned-row">
+ <td><strong>Parent:</strong></td>
+ <td>
+ <a href="NativeFileType.html">
+ NativeFileType
+ </a>
+ </td>
+ </tr>
+ </table>
+ </div>
+ <!-- banner header -->
+
+ <div id="bodyContent">
+
+
+
+ <div id="contextContent">
+
+ <div id="description">
+ <p>
+for breakdown of CMD format, see <a
+href="http://www.tim-mann.org/trs80/doc/ldosq1-4.txt">www.tim-mann.org/trs80/doc/ldosq1-4.txt</a>
+( Roy‘s Technical Corner P42)
+</p>
+<pre>
+ files consist of unordered records.
+ reach record consists of a one byte record type, followed by a 2 byte record length field, followed by a data area (who's length is specified by the 'record length' field
+
+ TYPE DATA AREA
+ ---- ---------
+ 01 object code (load block)
+ 02 transfer address
+ 04 end of partitioned data set member
+ 05 load module header
+ 06 partitioned data set header
+ 07 patch name header
+ 08 ISAM directory entry
+ 0A end of ISAM directory
+ 0C PDS directory entry
+ 0E end of PDS directory
+ 10 yanked load block
+ 1F copyright block
+</pre>
+
+ </div>
+
+
+ </div>
+
+ <div id="method-list">
+ <h3 class="section-bar">Methods</h3>
+
+ <div class="name-list">
+ <a href="#M000027">file_system_file_types</a>
+ <a href="#M000026">load_address</a>
+ <a href="#M000025">records</a>
+ <a href="#M000028">to_listing</a>
+ </div>
+ </div>
+
+ </div>
+
+
+ <!-- if includes -->
+
+ <div id="section">
+
+
+
+
+
+
+
+
+ <!-- if method_list -->
+ <div id="methods">
+ <h3 class="section-bar">Public Class methods</h3>
+
+ <div id="method-M000027" class="method-detail">
+ <a name="M000027"></a>
+
+ <div class="method-heading">
+ <a href="Trs80Cmd.src/M000027.html" target="Code" class="method-signature"
+ onclick="popupCode('Trs80Cmd.src/M000027.html');return false;">
+ <span class="method-name">file_system_file_types</span><span class="method-args">()</span>
+ </a>
+ </div>
+
+ <div class="method-description">
+ </div>
+ </div>
+
+ <h3 class="section-bar">Public Instance methods</h3>
+
+ <div id="method-M000026" class="method-detail">
+ <a name="M000026"></a>
+
+ <div class="method-heading">
+ <a href="Trs80Cmd.src/M000026.html" target="Code" class="method-signature"
+ onclick="popupCode('Trs80Cmd.src/M000026.html');return false;">
+ <span class="method-name">load_address</span><span class="method-args">()</span>
+ </a>
+ </div>
+
+ <div class="method-description">
+ <p>
+use the first ‘load object code’ record as the load address for
+the whole program
+</p>
+ </div>
+ </div>
+
+ <div id="method-M000025" class="method-detail">
+ <a name="M000025"></a>
+
+ <div class="method-heading">
+ <a href="Trs80Cmd.src/M000025.html" target="Code" class="method-signature"
+ onclick="popupCode('Trs80Cmd.src/M000025.html');return false;">
+ <span class="method-name">records</span><span class="method-args">()</span>
+ </a>
+ </div>
+
+ <div class="method-description">
+ </div>
+ </div>
+
+ <div id="method-M000028" class="method-detail">
+ <a name="M000028"></a>
+
+ <div class="method-heading">
+ <a href="Trs80Cmd.src/M000028.html" target="Code" class="method-signature"
+ onclick="popupCode('Trs80Cmd.src/M000028.html');return false;">
+ <span class="method-name">to_listing</span><span class="method-args">()</span>
+ </a>
+ </div>
+
+ <div class="method-description">
+ </div>
+ </div>
+
+
+ </div>
+
+
+ </div>
+
+
+<div id="validator-badges">
+ <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
+</div>
+
+</body>
</html>
\ No newline at end of file