{"id":19389934,"url":"https://github.com/64bites/64core","last_synced_at":"2026-03-06T14:02:42.905Z","repository":{"id":85891490,"uuid":"48656314","full_name":"64bites/64core","owner":"64bites","description":"Set of tools for making C64 development with KickAssembler easier","archived":false,"fork":false,"pushed_at":"2017-04-07T17:46:33.000Z","size":15,"stargazers_count":11,"open_issues_count":2,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-02T22:33:13.976Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Assembly","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/64bites.png","metadata":{"files":{"readme":"README.markdown","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":"2015-12-27T18:48:01.000Z","updated_at":"2024-03-11T21:27:53.000Z","dependencies_parsed_at":"2023-03-13T07:21:43.610Z","dependency_job_id":null,"html_url":"https://github.com/64bites/64core","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/64bites%2F64core","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/64bites%2F64core/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/64bites%2F64core/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/64bites%2F64core/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/64bites","download_url":"https://codeload.github.com/64bites/64core/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250539328,"owners_count":21447290,"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":[],"created_at":"2024-11-10T10:17:58.123Z","updated_at":"2026-03-06T14:02:37.856Z","avatar_url":"https://github.com/64bites.png","language":"Assembly","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 64core\n\nUseful C64 development tools for KickAssembler. \nAiming to be the standard library someday.\n\nWork in Progress.\n\n## Idea\n\nThe aim of this library is to make common tasks a bit more easier, but not necessary most efficient.\n\nIt is best used at the beginning of the project where you want to just start with something. And later, when your project matures, you can replace 64core routines with optimized ones.\n\n## Installation\n\n### Recommended way\n\n1. Create a dir for libraries that your KickAssembler projects use.\n2. Get the current version of the 64core and copy contents of /lib into this dir along with other libraries. \n3. Import it in your files as \u003ccode\u003e.import source \"64core.asm\" or select specific modules\u003c/code\u003e\n4. Make sure to pass option \u003ccode\u003e-libdir \u003cpath-to-your-libraries-dir\u003e\u003c/code\u003e when compiling with KickAssembler.\n\n### If you just want to try it out\n\n1. Get the latest version of the 64core and copy contents of /lib into your project dir.\n2. Import it in your any files files as \u003ccode\u003e.import source \"./64core.asm\"\u003c/code\u003e\n\n## Existing modules\n\n#### 1. 64core/common\n\nContains function used by other modules. Currently bit/byte extraction operations.\n\n#### 2. Encoding\n\nFunctions for creating characters and strings in screencode or PETSCII encoding.\n\n#### 4. Kernal\n\nPseudocommands and macros for Kernal routines\n\n#### 5. Math\n\nMultibyte arithmetic and logical operations.\n\n#### 6. Memory\n\nHelper functions for filling and copying data in memory.\n\n#### 7. Version\n\nOne function \u003ccode\u003e_64core_version()\u003c/code\u003e returning current version of the library.\n\n## License\nThe MIT License (MIT)\n\nCopyright (c) 2015 Michał Taszycki\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F64bites%2F64core","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F64bites%2F64core","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F64bites%2F64core/lists"}