{"id":20325495,"url":"https://github.com/devalone/brainfuckmbr","last_synced_at":"2026-05-12T19:11:30.920Z","repository":{"id":138922443,"uuid":"71837156","full_name":"DevAlone/BrainfuckMBR","owner":"DevAlone","description":"Brainfuck interpreter written on NASM size of 512 bytes.","archived":false,"fork":false,"pushed_at":"2017-08-29T19:20:26.000Z","size":16,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-14T14:26:54.780Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Assembly","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/DevAlone.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":"2016-10-24T22:24:30.000Z","updated_at":"2016-10-30T16:27:28.000Z","dependencies_parsed_at":"2023-05-04T15:46:54.630Z","dependency_job_id":null,"html_url":"https://github.com/DevAlone/BrainfuckMBR","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevAlone%2FBrainfuckMBR","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevAlone%2FBrainfuckMBR/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevAlone%2FBrainfuckMBR/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevAlone%2FBrainfuckMBR/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DevAlone","download_url":"https://codeload.github.com/DevAlone/BrainfuckMBR/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241829004,"owners_count":20027004,"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":[],"created_at":"2024-11-14T19:40:07.451Z","updated_at":"2026-05-12T19:11:30.880Z","avatar_url":"https://github.com/DevAlone.png","language":"Assembly","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BrainfuckMBR\nBrainfuck interpreter written on NASM size of 512 bytes.\n\nExecute  `./just_do_it` to start interpreter or `./just_debug_it bf_code` to debug(in debug mode you can send bf code using serial port). Also you can write it to flash drive and to start as a real system like windows or linux! \n\nTo record program on a flash drive, use the following command:\n\n`nasm -f bin minibrainfuck.asm -o minibrainfuck \u0026\u0026 dd if=minibrainfuck of=disk.img bs=510 count=1 conv=sync \u0026\u0026 echo -en '\\x55\\xaa' \u003e\u003e disk.img \u0026\u0026 sudo dd if=disk.img of=/dev/you_flash_drive # (for me it is sdb)`\n\nTo run programs from file, use the following command:\n\n```\n./just_debug_it `cat path_to_bf_program`\n```\n\nFor example:\n\n```\n./just_debug_it `cat programs/helloworld`\n```\n\n-----------------------------------------------------------------------------------------------------------------------\n\nИнтерпретатор brainfuck написанный на NASM размером в 512 байт.\n\nДля запуска интерпретатора, исполните файл `./just_do_it` или `./just_debug_it bf_code` для отладки(в режиме отладки вы можете посылать bf код через serial порт). Также вы можете записать этот интерпретатор на флешку и запустить прям как настоящую систему windows или linux!\n\nДля записи программы на флешку, воспользуйтесь следующей командой:\n\n`nasm -f bin minibrainfuck.asm -o minibrainfuck \u0026\u0026 dd if=minibrainfuck of=disk.img bs=510 count=1 conv=sync \u0026\u0026 cat 55haah \u003e\u003e disk.img \u0026\u0026 sudo dd if=disk.img of=/dev/ваша_флешка # (у меня это sdb)`\n\nДля запуска программ из файла, воспользуйтесь следующей командой:\n\n```\n./just_debug_it `cat путь_к_программе`\n```\n\nНапример:\n\n```\n./just_debug_it `cat programs/helloworld`\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevalone%2Fbrainfuckmbr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevalone%2Fbrainfuckmbr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevalone%2Fbrainfuckmbr/lists"}