OSDN Git Service

AIのDB連携機能を実装中。
[chnosproject/AI004.git] / elcc / elccide.html
index 622dc27..5471a1a 100755 (executable)
@@ -149,6 +149,8 @@ function handleDragOver(evt){
                <br />
                <button onclick="enableDebugMode();">EnableDebugMode</button>
                <button onclick="disableDebugMode();">DisableDebugMode</button>
+               <button onclick="mainCPU.showIntegerRegister();">ShowIntegerRegister</button>
+               <button onclick="mainCPU.showPointerRegister();">ShowPointerRegister</button>
                <br />
                <button onclick="if(binStr){ mainCompiler.saveBinary(); }">Create bin.ose</button>