gbasm:基于JavaScript的Gameboy汇编器

时间:2024-06-05 16:03:11
【文件属性】:

文件名称:gbasm:基于JavaScript的Gameboy汇编器

文件大小:50KB

文件格式:ZIP

更新时间:2024-06-05 16:03:11

JavaScript

JavaScript Gameboy汇编器 gbasm是用于Gameboy z80汇编代码的基于JavaScript的编译器。 gbasm主要是为开发和测试的。 安装及使用 安装 现在安装gbasm运行npm install -g gbasm Usage: gbasm [options] [sources] --outfile, -o : The name of the output rom file (default: game.gb) --optimize, -O: Enable instruction optimizations --mapfile, -m : Generates a ASCII overview of the mapped ROM space --symfile, -s : Generates a symbol


【文件预览】:
gbasm-master
----.gitignore(13B)
----README.md(6KB)
----bin()
--------gbasm(42B)
----LICENSE(1KB)
----.jshintrc(4KB)
----package.json(850B)
----index.js(6KB)
----lib()
--------Compiler.js(12KB)
--------Generator.js(12KB)
--------SourceFile.js(8KB)
--------linker()
--------parser()
--------Errors.js(2KB)
--------data()
----.eslintrc.js(515B)

网友评论