{"id":17187556,"url":"https://github.com/weshatheleopard/bktools","last_synced_at":"2025-04-13T19:08:21.908Z","repository":{"id":45773127,"uuid":"215389226","full_name":"weshatheleopard/bktools","owner":"weshatheleopard","description":"All kinds of tools for BK-0010 (my personal project open for public to see)","archived":false,"fork":false,"pushed_at":"2024-05-02T00:25:32.000Z","size":3514,"stargazers_count":12,"open_issues_count":1,"forks_count":1,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-02-05T23:34:09.268Z","etag":null,"topics":["bk-0010","bk0010","floppy-disks","tape-format"],"latest_commit_sha":null,"homepage":null,"language":"Assembly","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/weshatheleopard.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-10-15T20:20:41.000Z","updated_at":"2024-10-18T02:19:23.000Z","dependencies_parsed_at":"2023-11-22T23:29:57.527Z","dependency_job_id":"21810404-084a-4593-8ecd-92bfab3b4d10","html_url":"https://github.com/weshatheleopard/bktools","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weshatheleopard%2Fbktools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weshatheleopard%2Fbktools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weshatheleopard%2Fbktools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weshatheleopard%2Fbktools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/weshatheleopard","download_url":"https://codeload.github.com/weshatheleopard/bktools/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240113750,"owners_count":19749828,"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","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":["bk-0010","bk0010","floppy-disks","tape-format"],"created_at":"2024-10-15T01:06:41.370Z","updated_at":"2025-02-23T22:33:21.203Z","avatar_url":"https://github.com/weshatheleopard.png","language":"Assembly","readme":"# bktools\nAll kinds of tools for BK-0010 (my personal project open for public to see)\n\n[\u003cimg src=\"https://circleci.com/gh/weshatheleopard/bktools.svg?style=svg\" alt=\"CircleCI\" /\u003e](https://circleci.com/gh/weshatheleopard/bktools)\n\n\n## Standard (ROM) tape format\n\nUnlike some other renditions, this description has been derived from the analysis of the actual BK-0010 firmware.\n\nThe code that supports this format is located in the computer's ROM. No additional software is required to handle it.\n\n[Description of standard tape format](doc/bk_tape_format.md).\n\n## Accelerated tape format \"HELP7\"\n\nThis format was supported by a number of application programs that had to be loaded first.\n\n[Description of HELP7 tape format](doc/help7_tape_format.md).\n\n# Using this tool\n\n## Reading data from a WAV file\n\n```\nrequire 'mag_reader' ; m = TapeReader.new('name.wav', 50); m.read\n```\n\n## Saving read file to disk\n\n```\nm.bk_file.save\n```\n\n## Load file from the disk\n\n```\nf = BkFile.load \"some_file_name\"\n```\n\n## Compare files and print discrepancies\n\n```\nf1 = BkFile.load \"some_file_name\"\nf2 = BkFile.load \"another_file_name\"\nf1.compare(f2)\n```\n\n## Writing data to a WAV file\n\n```\nrequire 'mag_writer' ; writer = MagWriter.new(bk_file); writer.save('some_filename.wav')\n```\n## Automatic splitting\n\nIn case you have one big WAV image of a magnetic tape with multiple files on it, there's a method that will split such file into a few WAV files corresponding to a standard-format tape file each.\n\n```\nrequire 'mag_reader' ; m = TapeReader.new('tape.wav', 50); m.split_tape\n\n```\n\n# Reading floppy disks\n\nNow this toolset supports [reading data from floppy disks](doc/floppy_disks.md).\n\n# Experimental features\n\n## Display file as octal printout\n```\nbk_file.display\n\n```\n\n## Display file as PDP-11 disassembly\n\n```\nbk_file.disassemble\n\n```\n\n### Display labels instead of addresses\n\n```\nbk_file.disassemble_with_labels\n\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fweshatheleopard%2Fbktools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fweshatheleopard%2Fbktools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fweshatheleopard%2Fbktools/lists"}