{"id":20557015,"url":"https://github.com/sharpvik/fasm-in-docker","last_synced_at":"2026-05-20T16:43:22.905Z","repository":{"id":238917801,"uuid":"797964743","full_name":"sharpvik/fasm-in-docker","owner":"sharpvik","description":"Dockerfile for the Flat Assembler","archived":false,"fork":false,"pushed_at":"2024-05-08T21:27:43.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-16T18:29:42.978Z","etag":null,"topics":["docker","fasm"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","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/sharpvik.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}},"created_at":"2024-05-08T20:29:25.000Z","updated_at":"2024-05-09T10:46:15.000Z","dependencies_parsed_at":"2024-05-08T21:55:40.794Z","dependency_job_id":null,"html_url":"https://github.com/sharpvik/fasm-in-docker","commit_stats":null,"previous_names":["sharpvik/fasm-in-docker"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sharpvik%2Ffasm-in-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sharpvik%2Ffasm-in-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sharpvik%2Ffasm-in-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sharpvik%2Ffasm-in-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sharpvik","download_url":"https://codeload.github.com/sharpvik/fasm-in-docker/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242163857,"owners_count":20082224,"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":["docker","fasm"],"created_at":"2024-11-16T03:34:19.264Z","updated_at":"2026-05-20T16:43:22.847Z","avatar_url":"https://github.com/sharpvik.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Flat Assembler (Dockerized)\n\nI wanted to learn assembly and decided to use one of the best assemblers known\nto man - [Flat Assembler](https://flatassembler.net/) (a.k.a `fasm`). My problem\nwas... my personal computer is a MacBook Pro with an M2 chip. And guess what,\n`fasm` doesn't support that yet.\n\nHence, the workaround: I can play with it in the terminal through Docker. Thank\nGod for that.\n\n## Usage\n\nAll you gotta know is...\n\n### Build the Image\n\n```bash\nmake build\n```\n\nIt uses `docker build` under the hood and will display some logs in the process.\nThe image it builds is gonna be tagged as `fasm:latest`. The build is based on\n`ubuntu:latest` (and if you want to change the base OS, you can of course just\nchange it in the [Dockerfile](Dockerfile)).\n\n### Run and Attach to the Container\n\n```bash\nmake run\n```\n\nRuns the image in interactive mode so you can play with `fasm`. As soon as you\n`exit` out of it, the container will be removed for convenience.\n\nIf you'd like to keep the container after exiting, remove the `--rm` flag from\nthe `run` routine in the [Makefile](Makefile).\n\n## License\n\nAll of this beauty is released under the all-permissive MIT license, so do with\nit what you will but don't blame me if things go south. Thank you!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsharpvik%2Ffasm-in-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsharpvik%2Ffasm-in-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsharpvik%2Ffasm-in-docker/lists"}