📄 commands.html
字号:
<html>
<title>Jtagger - Commands</title>
<body>
<h1>Jtagger Commands</h1>
<p>Jtagger is controlled via the command line interface, although the
commands are quite simple they can do most of what you need to get a
CPU up and running. They can also be chained together into a script.</p>
<p>Please note that all numerical values are entered in hex (ca132 for example).</p>
<h2>Normal Commands</h2>
<h3>JTAG</h3>
<p>Resets the JTAG interface</p>
<h3>IDENT</h3>
<p>Returns the Chip ID</p>
<h3>REGS</h3>
<p>Dumps the contents of the registers to screen</p>
<h2>Debug Commands</h2>
<h3>STATUS</h3>
<p>Displays current debug status</p>
<h3>HALT<h3>
<p>Halts the processor and reports current PC</p>
<h3>RESTART</h3>
<p>Restarts processor from where it was stopped</p>
<h3>RUN address</h3>
<p>Restarts processor from specified 'address'</p>
<h3>PEEK address</h3>
<p>reads the long word at location 'address'</p>
<h3>POKE address data</h3>
<p>sets the long word at 'address' to 'data'</p>
<h2>File Commands</h2>
<h3>LOAD file [address [length] ]</h3>
<p>Loads the binary file into memory starting at 'address' upto maximal 'lenght'</p>
<h3>DUMP file address length</h3>
<p>Dumps the contents of memory from 'address' of 'length' to 'file'</p>
<h3>SCRIPT file</h3>
<p>Reads a sequence of commands from 'file'. halts on first error</p>
<p>Simon Wood (c) July 2001</p>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -