{"id":15178669,"url":"https://github.com/ericnantel/vim-z80-docs","last_synced_at":"2026-02-26T17:04:27.832Z","repository":{"id":252482434,"uuid":"840572400","full_name":"ericnantel/vim-z80-docs","owner":"ericnantel","description":"Unofficial Zilog Z80 Assembly Documentation","archived":false,"fork":false,"pushed_at":"2025-03-27T19:32:28.000Z","size":25,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-12T03:13:23.909Z","etag":null,"topics":["assembly","documentation","neovim","plugin","retro","vim","z80","z80asm","zilog"],"latest_commit_sha":null,"homepage":"https://github.com/ericnantel/vim-z80-docs","language":"Vim Script","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ericnantel.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-08-10T03:46:38.000Z","updated_at":"2025-08-10T19:10:15.000Z","dependencies_parsed_at":"2025-09-12T02:31:55.857Z","dependency_job_id":"db891865-0afa-47bb-8664-899fba9055d1","html_url":"https://github.com/ericnantel/vim-z80-docs","commit_stats":null,"previous_names":["ericnantel/vim-z80-docs"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ericnantel/vim-z80-docs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericnantel%2Fvim-z80-docs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericnantel%2Fvim-z80-docs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericnantel%2Fvim-z80-docs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericnantel%2Fvim-z80-docs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ericnantel","download_url":"https://codeload.github.com/ericnantel/vim-z80-docs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericnantel%2Fvim-z80-docs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29865429,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-26T16:38:37.846Z","status":"ssl_error","status_checked_at":"2026-02-26T16:37:58.932Z","response_time":89,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["assembly","documentation","neovim","plugin","retro","vim","z80","z80asm","zilog"],"created_at":"2024-09-27T15:21:17.435Z","updated_at":"2026-02-26T17:04:27.814Z","avatar_url":"https://github.com/ericnantel.png","language":"Vim Script","funding_links":[],"categories":[],"sub_categories":[],"readme":"# The unofficial Zilog Z80 Assembly Documentation\n*Written by Eric Nantel*\n\nThe primary intent of this (Neo)Vim plugin is to be able to efficient browse\nfor Z80 instructions within (Neo)Vim ecosystem, thus removing the need to launch\nan external application.\n\n# Installation\n\nTo install in Vim using vim-plug:\n```vim\ncall plug#begin('~/.vim/plugged')\n  Plug 'ericnantel/vim-z80-docs'\ncall plug#end()\n```\n\nTo install in Neovim using lazy.nvim:\n```lua\nrequire(\"lazy\").setup({\n  spec = {\n    {\n      \"ericnantel/vim-z80-docs\",\n    },\n  }\n})\n```\n\n# Search keyword\n\nIn order to open the unofficial Zilog Z80 Assembly Documentation within (Neo)Vim,\nYou can enter the one the following commands:\n```vim\n:help z80-docs\n:help z80-registers\n:help z80-instructions\n```\n\nTo search for a specific instruction you may do a command like:\n```vim\n:help z80-instruction-add\n```\nWhere you can replace 'add' by the instruction you are looking for.\nIf it exists, you'll be teleported to the right location in the doc.\n\n# Contribution\n\nI am looking for contributors for extending the unofficial Zilog Z80 Assembly Documentation.\nSuch as translators, and people that can report typos I may have made or that can add some\ntables or graphs to help users visualize the architecture of its components (ex: RAM, ALU).\n\nIn addition to that, I am not against having tutorials on writing and/or assembling a program.\n\n# What's next ?\n\nHaving a Z80 LSP in (Neo)Vim would be awesome !\n\nBut regarding this plugin, I want to make it simple for users to know about cycles an instruction\ntakes, so adding Z80 support to airline or lualine is something I am considering.\n\nAdditionaly, I would like to do other (Neo)Vim unofficial Doc plugins for other retro cpus.\n\nIf you read all this, congrats ! You may want to star this repository to help the retro community.\n*Eric Nantel*\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fericnantel%2Fvim-z80-docs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fericnantel%2Fvim-z80-docs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fericnantel%2Fvim-z80-docs/lists"}