{"id":24777078,"url":"https://github.com/kostyabet/vscode-fasm-ext","last_synced_at":"2026-01-16T11:56:23.027Z","repository":{"id":273106914,"uuid":"918562888","full_name":"kostyabet/VSCode-FASM-ext","owner":"kostyabet","description":"FASM language extension for Visual Studio Code","archived":false,"fork":false,"pushed_at":"2026-01-14T15:15:51.000Z","size":1183,"stargazers_count":6,"open_issues_count":1,"forks_count":4,"subscribers_count":1,"default_branch":"release","last_synced_at":"2026-01-14T17:34:27.927Z","etag":null,"topics":["fasm","vscode-extension"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/kostyabet.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.txt","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":"2025-01-18T08:59:06.000Z","updated_at":"2026-01-14T15:11:08.000Z","dependencies_parsed_at":"2025-01-18T18:42:53.107Z","dependency_job_id":"98cc489c-73da-44c3-b201-14eb8055f76f","html_url":"https://github.com/kostyabet/VSCode-FASM-ext","commit_stats":null,"previous_names":["kostyabet/vscode-fasm-ext"],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/kostyabet/VSCode-FASM-ext","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kostyabet%2FVSCode-FASM-ext","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kostyabet%2FVSCode-FASM-ext/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kostyabet%2FVSCode-FASM-ext/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kostyabet%2FVSCode-FASM-ext/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kostyabet","download_url":"https://codeload.github.com/kostyabet/VSCode-FASM-ext/tar.gz/refs/heads/release","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kostyabet%2FVSCode-FASM-ext/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28478391,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T06:30:42.265Z","status":"ssl_error","status_checked_at":"2026-01-16T06:30:16.248Z","response_time":107,"last_error":"SSL_read: 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":["fasm","vscode-extension"],"created_at":"2025-01-29T07:49:15.679Z","updated_at":"2026-01-16T11:56:18.004Z","avatar_url":"https://github.com/kostyabet.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FASM ext - FlatASM language extension\n\n\u003cimg src=\"https://i.ibb.co/dP2KRZs/fasm.png\" width=\"50\"\u003e\n\n![Static Badge](https://img.shields.io/badge/Node_Js-20.18.0-2354cc)\n![Static Badge](https://img.shields.io/badge/npm-10.8.2-707d9c)\n\n\u003ch3\u003eExtension for \u003ca href=\"https://code.visualstudio.com/\"\u003eVSCode\u003c/a\u003e for more convenient programming on \u003ca href=\"https://flatassembler.net/\"\u003eFlatASM\u003c/a\u003e.\u003c/h3\u003e\n\n## Features\n- _`Code highlighting`_:\u003c/br\u003e\n    - Extension highlight `fasm`: \u003c/br\u003e\n        - instractions (`mov`, `add`, `sub`, ...);\n        - registers (`eax`, `ebx`, `edi`, ...);\n        - strings (`'str'`, `\"str\"`, ...);\n        - numbers (`0x123`, `010101b`, ...);\n        - types of data (`db`, `dd`, `dw`, ...). \u003c/br\u003e \u003c/br\u003e\n    \u003cimg src=\"https://i.ibb.co/4Vtwz9z/highlight.png\" width=\"400\"\u003e\u003c/br\u003e\u003c/br\u003e\n- _`Build` / `Run` / `Debug`_:\n    - __`Run`__: \u003c/br\u003e\n        - Compiling and run programm.\u003c/br\u003e\n          Has been running by using `F5` or press on the button \u003cimg src=\"https://i.ibb.co/YFL4Mtsk/photo-2025-01-31-10-37-36.jpg\" width=\"20\"\u003e.\u003c/br\u003e\n          Compiling file it is file which be active at the moment when configuration file creates.\u003c/br\u003e\n          `*.exe` file created on compiling file. This file can be changed in `tasks.json`.\u003c/br\u003e\n    - __`Debug`__: \u003c/br\u003e\n        - Run \u003ca href=\"https://www.ollydbg.de/\"\u003e`Olly Dbg`\u003c/a\u003e by use active `*.exe` file.\u003c/br\u003e\n          Has been running by using `Ctrl + F5`.\u003c/br\u003e\n    - __`Compile`__: \u003c/br\u003e\n        - _In progress..._\n\n\n## Source code\n\u003ca href=\"https://github.com/kostyabet/VSCode-FASM-ext\"\u003eGitHub repo\u003c/a\u003e\n\n## License\n\u003ca href=\"https://github.com/kostyabet/VSCode-FASM-ext/blob/release/LICENSE.txt\"\u003eMIT\u003c/a\u003e\n\n## Support\nPress star on our \u003ca href=\"https://github.com/kostyabet/VSCode-FASM-ext\"\u003eGitHub repo\u003c/a\u003e please!","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkostyabet%2Fvscode-fasm-ext","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkostyabet%2Fvscode-fasm-ext","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkostyabet%2Fvscode-fasm-ext/lists"}