没有合适的资源?快使用搜索试试~ 我知道了~
py65emu:Python中的6502模拟器
共37个文件
py:12个
rst:11个
makefile:2个
需积分: 9 1 下载量 136 浏览量
2021-05-24
04:31:19
上传
评论
收藏 42KB ZIP 举报
温馨提示
Python 6502模拟器 打算在其他程序中使用的MOS 6502仿真器。 所有操作码(包括未记录的非法操作码)均已实施。 用法示例: from py65emu.cpu import CPU from py65emu.mmu import MMU f = open("program.rom", "rb") # Open your rom # define your blocks of memory. Each tuple is # (start_address, length, readOnly=True, value=None, valueOffset=0) m = MMU([ (0x00, 0x200), # Create RAM with 512 bytes (0x1000, 0x4000, True, f) # Create ROM st
资源推荐
资源详情
资源评论
收起资源包目录
py65emu-master.zip (37个子文件)
py65emu-master
MANIFEST.in 99B
README.rst 3KB
CONTRIBUTING.rst 3KB
HISTORY.rst 96B
requirements.txt 0B
py65emu
mmu.py 4KB
py65emu.py 46B
__init__.py 135B
cpu.py 28KB
AUTHORS.rst 160B
.travis.yml 319B
tox.ini 206B
LICENSE 486B
setup.cfg 191B
setup.py 1KB
Makefile 1KB
nosy.cfg 96B
docs
authors.rst 27B
make.bat 6KB
readme.rst 26B
contributing.rst 32B
conf.py 8KB
usage.rst 86B
installation.rst 192B
history.rst 27B
index.rst 516B
Makefile 7KB
tests
test_mmu.py 3KB
test_py65emu.py 384B
__init__.py 46B
test_suites.py 1KB
test_registers.py 745B
test_cpu.py 21KB
files
nestest_mod.nes 24KB
nestest.txt 17KB
test_load_file.bin 2B
.gitignore 380B
共 37 条
- 1
资源评论
星见勇气
- 粉丝: 24
- 资源: 4736
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- (源码)基于AllJoyn框架的智能家居照明控制系统.zip
- (源码)基于SpringBoot和MyBatisPlus的智能物业管理系统.zip
- (源码)基于SpringBoot和MyBatisPlus的后台管理系统.zip
- (源码)基于ESP32TTGO和PythonPyo库的交互式音频合成系统.zip
- (源码)基于SpringBoot和React的文件管理系统.zip
- 【重磅,更新!】中国省级和地级市保障性住房数据(2010-2023年)
- C#ASP.NET综合管理系统源码数据库 SQL2012源码类型 WebForm
- (源码)基于物联网技术的汽车控制系统(IOTControlCar).zip
- (源码)基于STM32F10x微控制器的嵌入式系统项目.zip
- MyBatisCodeHelperPro 3.3.0
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功