Custom assembler for my CHIP-8 emulator (WIP)
Developed live at:
- Go through TODOs (in code)
- More validations?
- Error handling?
- Add tests
- Add support for the
INCBINdirective? - Refactor
原始链接: https://github.com/Tackx/c8-ass
该代码库名为 **C8-ass**,是一个正在开发中的 CHIP-8 模拟器自定义汇编器。该项目由开发者在 Twitch 和 YouTube 的直播编码环节中开发,目前主要用作将汇编代码转换为 CHIP-8 架构指令的基础工具。 该代码库包含了 `src`、`docs` 和 `examples` 等标准项目结构,以及 CMake 和 Clang 的配置文件。开发者已规划了明确的改进路线图,包括: * 重构现有代码。 * 增强错误处理与验证。 * 实现全面的测试套件。 * 增加对 `INCBIN` 指令的支持。 该项目已公开,旨在为对模拟器开发及底层汇编工具制作感兴趣的人员提供技术参考。
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Custom assembler for my CHIP-8 emulator (WIP)
Developed live at:
INCBIN directive?