OSDN Git Service

WebCPUを統合。同時にファイル分割と、エラー処理に例外を利用するようにした。
authorhikarupsp <hikarupsp@users.sourceforge.jp>
Sun, 3 Nov 2013 15:47:20 +0000 (00:47 +0900)
committerhikarupsp <hikarupsp@users.sourceforge.jp>
Sun, 3 Nov 2013 15:47:20 +0000 (00:47 +0900)
commit3a583a0ac263b095fc168718160ba6c36bf6c7dc
tree2964365594d7a07e8c0147e78d3dd73b11f51ccc
parenta30d5a9fbb5952f569b4e6fd9bd2e03d211e4805
WebCPUを統合。同時にファイル分割と、エラー処理に例外を利用するようにした。
ELCHNOS-OSECPU:連続するラベル命令を除去するようにした。最適化処理はWebCPUとの連携による。
17 files changed:
aiext.js
document/elchnos.txt [new file with mode: 0644]
elcc/elcc.js [new file with mode: 0644]
elcc/elcexpr.js [moved from elcc.js with 57% similarity]
header.js [new file with mode: 0644]
index.html
testdata/elc/bball.elc [moved from test.elc with 97% similarity]
webcpu/api.js [new file with mode: 0644]
webcpu/const.js [new file with mode: 0644]
webcpu/decoder.js [new file with mode: 0644]
webcpu/ext.js [new file with mode: 0644]
webcpu/header.js [new file with mode: 0644]
webcpu/index.html [new file with mode: 0755]
webcpu/instr.js [new file with mode: 0644]
webcpu/instrbas.js [new file with mode: 0644]
webcpu/memory.js [new file with mode: 0644]
webcpu/webcpu.js [new file with mode: 0755]