1.5.2
This is a tool to create a rom image with little program.
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_led
- Manifest
- index/mo/mos6502_create_led/mos6502_create_led-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:a7624e0a0cdd90862b1d14dd1fecb04009c327d5d15535a9a472661d6c31bf7c",
"sha512:04f66a8473f2ae3bf6aa31d71feb6587088e089ed779332b376a662ef5ac67e14d5d301c23148517b0dc35f13b48ebd18e5ed4fd491f423a578830a7f3c77930"
]
}