OSDN Git Service

ELCCIDE(elcc/elccide.html)を追加。ブラウザ上でソースコードを編集し、即座に実行することができます。
[chnosproject/AI004.git] / webcpu / instrbas.js
index ebf62f6..092e9cb 100644 (file)
@@ -6,6 +6,7 @@ function WebCPU_Instruction(instrID){
        //命令クラス共通部分
        //バックエンドバイナリでの命令先頭バイトのオフセット
        this.binOffset = 0;
+       this.instrID = instrID;
 }
 WebCPU_Instruction.prototype = {
        // loadArguments, execute, toStringが必須。