ggbasm:生成Gameboy汇编程序

时间:2024-06-16 11:02:40
【文件属性】:

文件名称:ggbasm:生成Gameboy汇编程序

文件大小:44KB

文件格式:ZIP

更新时间:2024-06-16 11:02:40

Rust

GGBASM(生成Gameboy汇编程序) 一个Gameboy汇编程序,作为一个防锈板条箱库。 作为库而不是命令行应用程序,可以实现以下方面的完美组合: 从rust代码生成的原始字节和指令 从* .asm文件读取的说明。 RomBuilder RomBuilder是GGBASM的核心锈api。 RomBuilder :: new ()? // Starts off in the first rom bank // A simple example doesnt need to deal with interrupts and jumps, so generate a dummy . add_basic_interrupts_and_jumps ()? // generate a header from data in the passed heade


【文件预览】:
ggbasm-master
----Cargo.toml(388B)
----src()
--------rom_builder.rs(30KB)
--------audio_player.asm(3KB)
--------ast.rs(36KB)
--------audio.rs(18KB)
--------lib.rs(2KB)
--------constants.rs(300B)
--------parser.rs(45KB)
--------header.rs(6KB)
----examples()
--------Cargo.toml(117B)
--------Cargo.lock(13KB)
--------asm_header()
--------ferris()
--------rust_only()
----.travis.yml(366B)
----tests()
--------parser.rs(42KB)
----.gitignore(52B)
----readme.md(2KB)
----license.txt(1KB)

网友评论