run-jsmoo-z80-test
A Ruby script for running the Z80 tests included in JSMoo
Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (8.3%) to scientific vocabulary
Keywords
Repository
A Ruby script for running the Z80 tests included in JSMoo
Basic Info
Statistics
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
- Releases: 2
Topics
Metadata Files
README.md
run-jsmoo-z80-test
This is a small Ruby script that runs the Z80 tests included in JSMoo. It has been written at the request of the author of JSMoo to check the validity of the tests and help in their improvement. It requires the json and z80 gems.
Usage
shell
run-jsmoo-z80-test <JSON-file>...
If - is passed as an argument, the script will read the JSON data from the standard input, run the tests it contains, and exit. Subsequent arguments will be ignored.
Examples:
```shell
Run the script with specific JSON files
run-jsmoo-z80-test file1.json file2.json
Run the script with JSON data from standard input
echo '
TL;DR
Once you have installed the dependencies, clone this repository and the main branch of the JSMoo repository. Next, run the script, passing it the paths to the JSON files you want to process:
shell
mkdir work && cd work
git clone https://github.com/redcode/run-jsmoo-z80-test.git
git clone https://github.com/raddad772/jsmoo.git
run-jsmoo-z80-test/run-jsmoo-z80-test jsmoo/misc/tests/GeneratedTests/z80/v1/*.json
Results
The z80 gem passes the full set of Z80 tests included in JSMoo:
RESULTS SUMMARY
Files: 1610 in total; 1610 passed
Tests: 1610000 in total; 1610000 passed
Owner
- Name: Manuel Sainz de Baranda y Goñi
- Login: redcode
- Kind: user
- Location: main()
- Website: zxe.io
- Repositories: 33
- Profile: https://github.com/redcode
Some assembly required.
Citation (CITATION.cff)
abstract: A Ruby script for running the Z80 tests included in JSMoo.
authors:
- family-names: "Sainz de Baranda y Goñi"
given-names: Manuel
orcid: https://orcid.org/0000-0001-6326-3519
email: manuel@zxe.io
website: https://zxe.io
cff-version: 1.2.0
date-released: 2024-02-09
keywords:
- CPU
- emulator
- test
- Z80
- Zilog
license: 0BSD
message: If you use this software, please cite it using these metadata.
repository-code: https://github.com/redcode/run-jsmoo-z80-test
title: run-jsmoo-z80-test
type: software
version: 0.2
url: https://zxe.io/software/run-jsmoo-z80-test
GitHub Events
Total
Last Year
Committers
Last synced: 10 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| redcode | m****l@z****o | 12 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 10 months ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0