{"id":19292691,"url":"https://github.com/rogerboesch/x16-helloworld-macos","last_synced_at":"2026-05-07T14:32:21.373Z","repository":{"id":203479086,"uuid":"709699855","full_name":"rogerboesch/x16-helloworld-macos","owner":"rogerboesch","description":"Hello world example in C for the Commander X16 (macOS platform)","archived":false,"fork":false,"pushed_at":"2023-10-26T12:42:46.000Z","size":12,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-24T00:19:20.798Z","etag":null,"topics":["6502","assembly","commander-x16","cpp","hello-world"],"latest_commit_sha":null,"homepage":"","language":"C","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/rogerboesch.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-10-25T08:13:57.000Z","updated_at":"2024-01-12T19:24:16.000Z","dependencies_parsed_at":null,"dependency_job_id":"718957ef-957f-454c-a489-699092ecebb1","html_url":"https://github.com/rogerboesch/x16-helloworld-macos","commit_stats":null,"previous_names":["rogerboesch/x16-helloworld-macos"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rogerboesch/x16-helloworld-macos","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rogerboesch%2Fx16-helloworld-macos","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rogerboesch%2Fx16-helloworld-macos/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rogerboesch%2Fx16-helloworld-macos/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rogerboesch%2Fx16-helloworld-macos/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rogerboesch","download_url":"https://codeload.github.com/rogerboesch/x16-helloworld-macos/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rogerboesch%2Fx16-helloworld-macos/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32741594,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-07T02:14:30.463Z","status":"ssl_error","status_checked_at":"2026-05-07T02:14:29.405Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["6502","assembly","commander-x16","cpp","hello-world"],"created_at":"2024-11-09T22:32:38.063Z","updated_at":"2026-05-07T14:32:21.335Z","avatar_url":"https://github.com/rogerboesch.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Commander X16 Hello World (for macOS)\n\nThis is a tutorial project to get started with programming for the [Commander X16](https://www.commanderx16.com/) 8-bit computer, made by [The 8-bit Guy](https://www.youtube.com/channel/UC8uT9cgJorJPWu7ITLGo9Ww).\n\nThe project is a simple test of output and input of text, using C and assembly simultaneously and simply making sure your toolchain is set-up correctly.\n\nIt's based on the Windows template from [nb-programmer](https://github.com/nb-programmer/x16-hello)\n\n## Setup\n\nYou need to install a toolchain to compile / assemble the project, and an emulator (or a real X16 system!) to execute it.\n\n### macOS\n\n1. Install the CC65 toolchain by using brew `brew install cc65`\n2. Download the emulator from [here](https://github.com/X16Community/x16-emulator/releases)\n3. Set the PATH environment variable to the folder where you have installed the X16 emulator\n\n### Windows\n\nSee [here](https://github.com/nb-programmer/x16-hello) on how to install and use it on Windows\n\n## Building\n\nOpen a Console window to this folder, and type `make`. It will compile the project and output `hello.prg` inside the `build` directory. This is the binary file that you will run.\n\n## Running\n\nYou can use `make run` to launch the emulator, load, and launch the ROM on startup.\n\nIf you want to run it manually, launch the emulator as so:\n```\nx16emu -prg build/hello.prg -run\n```\nOmit the `-run` argument to load it into memory and not execute.\n\n# References\n\n- [SlithyMatt](https://github.com/SlithyMatt)'s repositories for X16 tutorials (some of my code is based on this! Thank you!)\n- [GameBlaBla](https://github.com/gameblabla)'s repositories for some VERA code (some of my code is based on this! Thank you!)\n- [The Official Commander X16 documentation](https://github.com/commanderx16/x16-docs)\n- [C64 Wiki page](https://www.c64-wiki.com/wiki/Commander_X16) ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frogerboesch%2Fx16-helloworld-macos","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frogerboesch%2Fx16-helloworld-macos","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frogerboesch%2Fx16-helloworld-macos/lists"}