mirror of
https://github.com/AppleWin/AppleWin.git
synced 2025-01-03 11:30:22 +00:00
Help: update cmd line for '-s5|6 diskii13' and debugger info about zp/memory watches
This commit is contained in:
parent
a57f2b29a3
commit
e6cdd5a2c9
@ -24,9 +24,9 @@
|
||||
Start with a floppy disk in slot 6 drive-2.<br>
|
||||
NB. -s6d2 has the meaning same as -d2.<br><br>
|
||||
-s5d1 <pathname><br>
|
||||
Start with a floppy disk in slot 5 drive-1 (must be used with '-s5 diskii').<br><br>
|
||||
Start with a floppy disk in slot 5 drive-1 (must be used with '-s5 diskii' or '-s5 diskii13').<br><br>
|
||||
-s5d2 <pathname><br>
|
||||
Start with a floppy disk in slot 5 drive-2 (must be used with '-s5 diskii').<br><br>
|
||||
Start with a floppy disk in slot 5 drive-2 (must be used with '-s5 diskii' or '-s5 diskii13').<br><br>
|
||||
-h1 <pathname><br>
|
||||
Start with hard disk 1 plugged-in (and auto power-on the Apple II). NB. Hard disk controller card gets enabled.<br><br>
|
||||
-h2 <pathname><br>
|
||||
@ -55,7 +55,11 @@
|
||||
-s3 vidhd<br>
|
||||
Insert a VidHD card into slot 3.<br><br>
|
||||
-s5 diskii<br>
|
||||
Insert a 2nd Disk II controller card into slot 5.<br><br>
|
||||
-s6 diskii<br>
|
||||
Insert a Disk II controller card into slot 5 or 6.<br><br>
|
||||
-s5 diskii13<br>
|
||||
-s6 diskii13<br>
|
||||
Insert a Disk II controller card (with 13-sector firmware) into slot 5 or 6.<br><br>
|
||||
-s6 empty<br>
|
||||
Remove the Disk II controller card from slot 6.<br><br>
|
||||
-s7 empty<br>
|
||||
|
@ -98,7 +98,7 @@
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<p><font size="4"><b>Examples</b>:</font></p>
|
||||
<p><font size="3"><b>Examples</b>:</font></p>
|
||||
<table bgcolor="#000000" border="0" cellpadding="2" cellspacing="0" width="90%">
|
||||
<COLGROUP>
|
||||
<col width="64">
|
||||
@ -151,6 +151,142 @@ FF0A</span></b></font></font></p>
|
||||
</tbody>
|
||||
</table>
|
||||
<br>
|
||||
|
||||
<h3>Zero-page Watches</h3>
|
||||
<p>Add a zero-page watch at the indirect address (nn).</p>
|
||||
<table border="0" cellpadding="2" cellspacing="0" width="75%">
|
||||
<COLGROUP>
|
||||
<col width="64">
|
||||
<col width="192">
|
||||
<tbody>
|
||||
<tr bgcolor="#000000">
|
||||
<td bgcolor="#000000" width="25%">
|
||||
<p><font color="#ffffff"><b>Command</b></font></p>
|
||||
</td>
|
||||
<td bgcolor="#000000" width="75%">
|
||||
<p style="FONT-STYLE: normal"><font color="#ffffff"><b>Effect</b></font></p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr bgcolor="#999999">
|
||||
<td width="25%">
|
||||
<p><font color="#000000"><font face="Courier"><b>ZPA (or ZP) nn</b></font></font></p>
|
||||
</td>
|
||||
<td width="75%">
|
||||
<p><i>Add/Update address to next zero page pointer</i></p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr bgcolor="#cccccc">
|
||||
<td width="25%">
|
||||
<p><font color="#000000"><font face="Courier"><b>ZPA (or ZP) # nn</b></font></font></p>
|
||||
</td>
|
||||
<td width="75%">
|
||||
<p><i>Add/Update address to specific zero page pointer</i></p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr bgcolor="#999999">
|
||||
<td width="25%">
|
||||
<p><font color="#000000"><font face="Courier"><b>ZPC #</b></font></font></p>
|
||||
</td>
|
||||
<td width="75%">
|
||||
<p><i>Clear (remove) zero page pointer</i></p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr bgcolor="#cccccc">
|
||||
<td width="25%">
|
||||
<p><font color="#000000"><font face="Courier"><b>ZPD #</b></font></font></p>
|
||||
</td>
|
||||
<td width="75%">
|
||||
<p><i>Disable zero page pointer - it is still in the list, just not active</i></p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr bgcolor="#999999">
|
||||
<td width="25%">
|
||||
<p><font color="#000000"><font face="Courier"><b>ZPE #</b></font></font></p>
|
||||
</td>
|
||||
<td width="75%">
|
||||
<p><i>(Re)Enable disabled zero page pointer</i></p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr bgcolor="#cccccc">
|
||||
<td width="25%">
|
||||
<p><font color="#000000"><font face="Courier"><b>ZPL</b></font></font></p>
|
||||
</td>
|
||||
<td width="75%">
|
||||
<p><i>List all zero page pointers</i></p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<br>
|
||||
|
||||
<h3>Memory Watches</h3>
|
||||
<p>Add a 16-bit memory watch at the 16-bit address nnnn.<br>
|
||||
NB. For 'WA # v': specifying 'v' instead of an address will watch the video scanner.</p>
|
||||
<table border="0" cellpadding="2" cellspacing="0" width="75%">
|
||||
<COLGROUP>
|
||||
<col width="64">
|
||||
<col width="192">
|
||||
<tbody>
|
||||
<tr bgcolor="#000000">
|
||||
<td bgcolor="#000000" width="25%">
|
||||
<p><font color="#ffffff"><b>Command</b></font></p>
|
||||
</td>
|
||||
<td bgcolor="#000000" width="75%">
|
||||
<p style="FONT-STYLE: normal"><font color="#ffffff"><b>Effect</b></font></p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr bgcolor="#999999">
|
||||
<td width="25%">
|
||||
<p><font color="#000000"><font face="Courier"><b>WA (or W) nnnn|symbol</b></font></font></p>
|
||||
</td>
|
||||
<td width="75%">
|
||||
<p><i>Add/Update address or symbol to next watch</i></p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr bgcolor="#cccccc">
|
||||
<td width="25%">
|
||||
<p><font color="#000000"><font face="Courier"><b>WA (or W) # nnnn|symbol|v</b></font></font></p>
|
||||
</td>
|
||||
<td width="75%">
|
||||
<p><i>Add/Update address or symbol to specific watch</i></p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr bgcolor="#999999">
|
||||
<td width="25%">
|
||||
<p><font color="#000000"><font face="Courier"><b>WC #</b></font></font></p>
|
||||
</td>
|
||||
<td width="75%">
|
||||
<p><i>Clear (remove) watch</i></p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr bgcolor="#cccccc">
|
||||
<td width="25%">
|
||||
<p><font color="#000000"><font face="Courier"><b>WD #</b></font></font></p>
|
||||
</td>
|
||||
<td width="75%">
|
||||
<p><i>Disable specific watch - it is still in the list, just not active</i></p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr bgcolor="#999999">
|
||||
<td width="25%">
|
||||
<p><font color="#000000"><font face="Courier"><b>WE #</b></font></font></p>
|
||||
</td>
|
||||
<td width="75%">
|
||||
<p><i>(Re)Enable disabled watch</i></p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr bgcolor="#cccccc">
|
||||
<td width="25%">
|
||||
<p><font color="#000000"><font face="Courier"><b>WL</b></font></font></p>
|
||||
</td>
|
||||
<td width="75%">
|
||||
<p><i>List all watches</i></p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<br>
|
||||
|
||||
<h3><a name="Memory_Search">Searching Memory</a></h3>
|
||||
<p>You can search memory for hex values. Wildcard support is also supported
|
||||
via the '<b>?</b>' wildcard operator, including nibble searching. A
|
||||
|
Loading…
Reference in New Issue
Block a user