1.5.2
This is a tool to create a rom image with reset vector.
This program can be used to create a ROM immage for the MOS 6502 tutorial from Ben Eater.
Development versions available with:
alr index --add "git+https://github.com/krischik/alire-index.git#develop" --name krischik
Source code and testsuite available on SourceForge
- Authors
- Martin Krischik <krischik@users.sourceforge.net>
- Maintainers
- Martin Krischik <krischik@users.sourceforge.net>
- Licenses
- GPL-3.0-or-later
- Tags
- mos-6502, tools, retrocomputing, ada2022
- Executables
- create_reset
- Manifest
- index/mo/mos6502_create_reset/mos6502_create_reset-1.5.2.toml
Build and platform metadata 3 fields
- Build switches
{
"*": {
"ada_version": "Ada2022",
"source_encoding": "UTF_8"
},
"development": {
"compile_checks": "Warnings",
"contracts": "Yes",
"debug_info": "Yes",
"optimization": "Debug",
"runtime_checks": "Overflow"
},
"release": {
"compile_checks": "Warnings",
"contracts": "No",
"debug_info": "No",
"optimization": "Performance",
"runtime_checks": "Default"
},
"validation": {
"compile_checks": "Warnings",
"contracts": "Yes",
"debug_info": "Yes",
"optimization": "Debug",
"runtime_checks": "Everything"
}
}
- Actions
[
{
"command": [
"alr",
"--chdir=test",
"run"
],
"directory": ".",
"type": "test"
}
]
- Additional origin data
{
"hashes": [
"sha256:7909a160bb60d5b0005a68571f442344009f9c566c9a9138eb4edf7ecaccfe70",
"sha512:a8457fee077e1961f85018c41edd589c38255d1c0cc01dc262cf29ebab28f8b82fc87967e6ede9926afcced9d867437c9e5c265ee9b54c237026b615e3173bdf"
]
}