https://github.com/tntsuperman/bingameengine
新しい機械語・アセンブラ・コンパイラ実装。
https://github.com/tntsuperman/bingameengine
Last synced: 2 months ago
JSON representation
新しい機械語・アセンブラ・コンパイラ実装。
- Host: GitHub
- URL: https://github.com/tntsuperman/bingameengine
- Owner: TNTSuperMan
- Created: 2024-06-02T14:53:38.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2025-02-05T03:33:14.000Z (4 months ago)
- Last Synced: 2025-02-05T04:24:23.305Z (4 months ago)
- Language: C#
- Homepage:
- Size: 477 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BinGameEngine
特殊なことなく生ROMファイルをゲームとして遊べる的なやつです。
任意コード実行に興味があったので作りました。
## 状況
runtimeとdebuggerはsound機能とセーブ機能以外だいたい実装できてきました。
assemblerはバイナリを埋めるとかしたい
bgeditだいたい完成
fastruntimeとfastgameに苦戦中
compilerの型も苦戦
## 命令リストとかは?
[ここらへんを参照してください](/js/funclist/index.html)