-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhelp.html
1 lines (1 loc) · 1.84 KB
/
help.html
1
<html><head><title>Z80 Studio Help</title><link rel="stylesheet" href="help.css" type="text/css"/><link rel="icon" href="Zilog_r.png" type="image/png"/></head><body style="background-color: #111;"><h1>Z80 Studio Menu Help</h1><h2>||| CONFIG |||</h2><h3>Download Config Template</h3><p>Downloads a template Z80 Studio configuration file (with comments). Configuration files can be imported with the <span style="color: blue;">Import Config</span> option.</p><h3>Download Config (No Comments)</h3><p>Downloads a template Z80 Studio configuration file (without comments). Configuration files can be imported with the <span style="color: blue;">Import Config</span> option.</p><h3 style="color: blue;">Import Config</h3><p>Allows the upload of a Z80 Studio configuration file. Must be in JSON format. If the uploaded file is invalid or not formatted correctly, nothing will happen and an <span style="color: red;">INVALID CONFIG</span> error will occur.</p><h2>||| HELP |||</h2><h3 style="color: green;">How to Use This Menu</h3><p>Opens this page.</p><h3 style="color: green;">Z80 Instruction Set</h3><p>Redirects to clrhome.org's <a style="cursor: hand; color: blue; text-decoration: underline;" onclick="window.open('https://clrhome.org/table/');">Z80 Instruction Set table</a>. It displays both the hex opcodes as well as ASM names, and provides fairly detailed technical info for each instruction. If you need help with ASM programming, this is the place to go.</p><h2>||| SAVE/LOAD PROGRAM |||</h2><h3 style="color: blue;">Save Editor</h3><p>Saves the contents of the editor as a .txt file.</p><h3 style="color: blue;">Save RAM</h3><p>Saves a copy of RAM as ASCII string (.txt file).</p><h3 style="color: red;">Load Editor</h3><p>Allows the upload of an editor data file. The file can have any extension. The data read from this file is pasted directly into the editor.</p></body></html>