{"id":15060444,"url":"https://github.com/source-solutions/sebasic4","last_synced_at":"2025-04-13T01:10:43.896Z","repository":{"id":6286491,"uuid":"7520727","full_name":"source-solutions/sebasic4","owner":"source-solutions","description":"SE BASIC - A free BASIC interpreter written in Z80 assembly language","archived":false,"fork":false,"pushed_at":"2024-09-25T16:30:02.000Z","size":323590,"stargazers_count":70,"open_issues_count":4,"forks_count":7,"subscribers_count":11,"default_branch":"main","last_synced_at":"2025-02-19T21:33:18.453Z","etag":null,"topics":["assembly-language","atari","basic","interpreter","microsoft","retrocomputing","z80"],"latest_commit_sha":null,"homepage":"","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/source-solutions.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"patreon":"chloe280se"}},"created_at":"2013-01-09T12:34:33.000Z","updated_at":"2024-12-20T14:31:30.000Z","dependencies_parsed_at":"2023-01-11T17:02:29.545Z","dependency_job_id":"3780fb1a-62fb-46af-95ec-89f56f92dbbe","html_url":"https://github.com/source-solutions/sebasic4","commit_stats":null,"previous_names":["cheveron/sebasic4"],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/source-solutions%2Fsebasic4","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/source-solutions%2Fsebasic4/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/source-solutions%2Fsebasic4/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/source-solutions%2Fsebasic4/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/source-solutions","download_url":"https://codeload.github.com/source-solutions/sebasic4/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248650750,"owners_count":21139681,"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":["assembly-language","atari","basic","interpreter","microsoft","retrocomputing","z80"],"created_at":"2024-09-24T22:58:47.241Z","updated_at":"2025-04-13T01:10:43.879Z","avatar_url":"https://github.com/source-solutions.png","language":"Assembly","readme":"[![build](https://github.com/source-solutions/sebasic4/actions/workflows/main.yml/badge.svg)](https://github.com/source-solutions/sebasic4/actions/workflows/main.yml)\n[![API docs](https://github.com/source-solutions/sebasic4/actions/workflows/api.yml/badge.svg)](https://github.com/source-solutions/sebasic4/actions/workflows/api.yml)\n\u003ca href=\"https://hosted.weblate.org/engage/sebasic4/\"\u003e\n\u003cimg src=\"https://hosted.weblate.org/widgets/sebasic4/-/svg-badge.svg\" alt=\"Translation status\" /\u003e\n\u003c/a\u003e\n![GitHub issues by-label](https://img.shields.io/github/issues/source-solutions/sebasic4/bug)\n![GitHub commit activity](https://img.shields.io/github/commit-activity/m/source-solutions/sebasic4)\n![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/source-solutions/sebasic4)\n\n# SE BASIC\n\n[SE BASIC](https://source-solutions.github.io/sebasic4/) is a free open-source BASIC interpreter for the Z80 architecture. Although it aims for a high degree of compatibility with Microsoft BASIC, there are some differences. SE BASIC is designed to run on the [Chloe 280SE](https://www.patreon.com/chloe280se) but it is also compatible with Timex Sinclair models with 128K of RAM, esxDOS, Timex video modes and ULAplus. SE BASIC runs plain text `.BAS` files. It implements floating-point arithmetic in the extended [Microsoft Binary Format](https://github.com/source-solutions/sebasic4/wiki/Technical-reference#microsoft-binary-format-extended) (MBF) and can therefore read and write binary data files created by 6502 versions of Microsoft BASIC.  \n\n* [Quick start guide](https://github.com/source-solutions/sebasic4/wiki/Quick-start-guide), the essentials needed to get started.\n* [User's guide](https://github.com/source-solutions/sebasic4/wiki/User's-guide), in-depth guide to using BASIC.\n* [Configuration guide](https://github.com/source-solutions/sebasic4/wiki/Configuration-guide), settings and options.\n* [Language guide](https://github.com/source-solutions/sebasic4/wiki/Language-guide), overview of the BASIC language by topic.\n* [Language reference](https://github.com/source-solutions/sebasic4/wiki/Language-reference), comprehensive reference to BASIC.\n* [Technical reference](https://github.com/source-solutions/sebasic4/wiki/Technical-reference), file formats and internals.\n* [Developer's guide](https://github.com/source-solutions/sebasic4/wiki/Developer-guide), building SE BASIC from source.\n* [Acknowledgments](https://github.com/source-solutions/sebasic4/wiki/Acknowledgments)\n* [License](https://github.com/source-solutions/sebasic4/wiki/License)\n\n![SE Basic 4.2.0](https://github.com/source-solutions/sebasic4/raw/gh-pages/images/sebasic4-2.png)\n\n# SE BASIC\nA classic BASIC interpreter for the Z80 architecture\n\nCopyright © 1999-2024 Source Solutions, Inc.\n\n## Build tools\nBuilding this software locally requires:\n* [Java](https://www.java.com)\n* [JQ](https://stedolan.github.io/jq/)\n* [Perl](https://www.perl.org/)\n* [RASM](https://github.com/EdouardBERGE/rasm)\n\n## Emulator\nOn macOS and Windows, the preferred emulator for development is [ZEsarUX](https://github.com/chernandezba/zesarux). On Linux it is [Fuse](https://fuse-emulator.sourceforge.net/).\n\nFor Fuse builds, uncomment out the `slam` directives in `basic.asm` and `boot.asm`.\n\n## IDE\nThis repository includes scripts for [Visual Studio Code](https://code.visualstudio.com/ \"Visual Studio Code\").\n","funding_links":["https://patreon.com/chloe280se","https://www.patreon.com/chloe280se"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsource-solutions%2Fsebasic4","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsource-solutions%2Fsebasic4","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsource-solutions%2Fsebasic4/lists"}