{"id":19389931,"url":"https://github.com/64bites/64spec-cli","last_synced_at":"2025-08-27T14:29:48.658Z","repository":{"id":41212634,"uuid":"48653981","full_name":"64bites/64spec-cli","owner":"64bites","description":"A working prototype of a command line runner for 64spec","archived":false,"fork":false,"pushed_at":"2015-12-29T15:17:02.000Z","size":2,"stargazers_count":3,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-08T05:09:36.216Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/64bites.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-12-27T17:31:06.000Z","updated_at":"2019-04-22T00:07:16.000Z","dependencies_parsed_at":"2022-09-12T17:32:07.256Z","dependency_job_id":null,"html_url":"https://github.com/64bites/64spec-cli","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/64bites/64spec-cli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/64bites%2F64spec-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/64bites%2F64spec-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/64bites%2F64spec-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/64bites%2F64spec-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/64bites","download_url":"https://codeload.github.com/64bites/64spec-cli/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/64bites%2F64spec-cli/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272340651,"owners_count":24917415,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-27T02:00:09.397Z","response_time":76,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-10T10:17:57.927Z","updated_at":"2025-08-27T14:29:48.623Z","avatar_url":"https://github.com/64bites.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 64spec-cli\n\nA working prototype of a command line runner for 64spec\n\nDisclaimer. This is my first ever go program, made in a few hours. So I don't even remember at the moment how to setup the environment to make it compile ;)\n\n## Requirements\nVICE-2.4.20-x86-r29904 or newer\n\nOn mac you can use WinVICE and Wine.\n\n## Installation\nPull requests are welcome :D\n\n## How it works\n\nIt takes one or more 64spec test file names as an input.\n\nThen in parallel:\n  \n  1. each file is compiled with kick assembler and following commands are passed to 64spec \n    * :on_exit=jam // This one jams VICE after tests finish\n    * :write_final_results_to_file=true // This one tells 64spec to write results to a file on a disk in drive 9\n    * :result_file_name=\u003coutput filename\u003e // This one sets the name of that file\n  2. After successful compilation prg file is passed to VICE with following commands\n    * -jamaction 5 // This ensures that VICE closes after JAM\n    * -chdir ./\u003coutput_dir\u003e // This one set's the current dir.\n\nVICE mounts the output_dir as a drive 9. So 64spec can actually write a file outside of the emulator:)\nOnce each file is processed. The runner gathers results and prints them on the screen.\n\nEarlier versions of VICE do not support exiting on JAM so there is no way to close the emulator after tests finish. \n\nIf you know of any better way to do that let me know. Or even better make a pull request.\n\n## Why Go?\n\nIt seems to be an easiest way to write multiplatform command line applications. I made it in just few hours without any prior knowledge of go and made the tests run in parallel in next 20 minutes:)\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F64bites%2F64spec-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F64bites%2F64spec-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F64bites%2F64spec-cli/lists"}