Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 line
2.3 KiB
JavaScript
1 line
2.3 KiB
JavaScript
NDSummary.OnToolTipsLoaded("File:tool/reg.h",{344:"<div class=\"NDToolTip TFunction LC\"><div id=\"NDPrototype344\" class=\"NDPrototype\"><div class=\"PSection PPlainSection\"><span class=\"SHKeyword\">void</span> Registers_Apply()</div></div><div class=\"TTSummary\">Set z80 register according to Registers_Data structure values You can call Registers_ApplyBase() if you don\'t need to set IX and IY registers</div></div>",345:"<div class=\"NDToolTip TFunction LC\"><div id=\"NDPrototype345\" class=\"NDPrototype\"><div class=\"PSection PPlainSection\"><span class=\"SHKeyword\">void</span> Registers_ApplyBase()</div></div><div class=\"TTSummary\">Set z80 register according to Registers_Data structure values You can call this function if you don\'t need to set IX and IY registers</div></div>",346:"<div class=\"NDToolTip TFunction LC\"><div id=\"NDPrototype346\" class=\"NDPrototype\"><div class=\"PSection PPlainSection\"><span class=\"SHKeyword\">void</span> Registers_Store()</div></div><div class=\"TTSummary\">Set Registers_Data structure data from z80 register values</div></div>",347:"<div class=\"NDToolTip TFunction LC\"><div id=\"NDPrototype347\" class=\"NDPrototype\"><div class=\"PSection PPlainSection\"><span class=\"SHKeyword\">void</span> Registers_StoreBase()</div></div><div class=\"TTSummary\">Set Registers_Data structure data from z80 register values You can call this function if you don\'t need to get IX and IY registers</div></div>",348:"<div class=\"NDToolTip TFunction LC\"><div id=\"NDPrototype348\" class=\"NDPrototype\"><div class=\"PSection PPlainSection\"><span class=\"SHKeyword\">inline</span> Registers* Registers_Data()</div></div><div class=\"TTSummary\">Get z80 register data structure</div></div>",349:"<div class=\"NDToolTip TFunction LC\"><div id=\"NDPrototype349\" class=\"NDPrototype\"><div class=\"PSection PPlainSection\"><span class=\"SHKeyword\">void</span> Registers_CallBDOS()</div></div><div class=\"TTSummary\">Call BDOS function after setting registers from Registers_Data data structure. Return values are then store in Registers_Data.</div></div>",351:"<div class=\"NDToolTip TMacro LC\"><div class=\"TTSummary\">Set registers from Registers_Data data structure, call the given address, then get register back to the Registers_Data</div></div>"}); |