An open API service indexing awesome lists of open source software.

https://github.com/tntsuperman/bingameengine

新しい機械語・アセンブラ・コンパイラ実装。
https://github.com/tntsuperman/bingameengine

Last synced: 2 months ago
JSON representation

新しい機械語・アセンブラ・コンパイラ実装。

Awesome Lists containing this project

README

        

# BinGameEngine
特殊なことなく生ROMファイルをゲームとして遊べる的なやつです。
任意コード実行に興味があったので作りました。
## 状況
runtimeとdebuggerはsound機能とセーブ機能以外だいたい実装できてきました。
assemblerはバイナリを埋めるとかしたい
bgeditだいたい完成
fastruntimeとfastgameに苦戦中
compilerの型も苦戦
## 命令リストとかは?
[ここらへんを参照してください](/js/funclist/index.html)