{"id":20114373,"url":"https://github.com/flevi29/ubb-nasm-runner","last_synced_at":"2026-05-15T22:03:45.908Z","repository":{"id":143988491,"uuid":"301837887","full_name":"flevi29/UBB-NASM-Runner","owner":"flevi29","description":"Run / test / compile your assembly projects with ease.","archived":false,"fork":false,"pushed_at":"2021-03-31T10:52:58.000Z","size":72531,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-13T06:09:55.631Z","etag":null,"topics":["assembly","console","nasm","ubb"],"latest_commit_sha":null,"homepage":"","language":"C#","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/flevi29.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":"2020-10-06T19:47:47.000Z","updated_at":"2021-03-31T10:53:00.000Z","dependencies_parsed_at":null,"dependency_job_id":"a944f277-d06f-48ac-ace7-b170dcc6a537","html_url":"https://github.com/flevi29/UBB-NASM-Runner","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/flevi29%2FUBB-NASM-Runner","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flevi29%2FUBB-NASM-Runner/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flevi29%2FUBB-NASM-Runner/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flevi29%2FUBB-NASM-Runner/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/flevi29","download_url":"https://codeload.github.com/flevi29/UBB-NASM-Runner/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241557194,"owners_count":19981881,"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":["assembly","console","nasm","ubb"],"created_at":"2024-11-13T18:29:31.802Z","updated_at":"2025-10-11T08:19:32.167Z","avatar_url":"https://github.com/flevi29.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# UBB NASM Runner\n\nThis program compiles and runs and tests assembly project files **at the press of a single button**,\ninstead of having to struggle with all those pesky terminal commands.\n\n\u003e :warning: You'll most probably be tasked to compile / link / run a project **_manually_** for **exams**,\n\u003e [here's some help with that](COMPILEGUIDE.md#manually-compiling-ubb-nasm-projects)\n\n![demo](demo.gif)\n\n### Convenient\n\n- Keeps your folder **clean**, uncluttered\n- Run/test projects _fast_ without ever having to retype stuff\n- Remembers the _\"lab string\"_ for `actest.exe` for the\n  currently selected assembly project\n- For a _cleaner/transparent_ look separates instances of tests/runs\n  with colored text\n\n### Controls\n\n- \u003ckbd\u003eEnter\u003c/kbd\u003e compiles the currently selected \n  project file and if successful, runs it\n- \u003ckbd\u003eF\u003c/kbd\u003e selects which project file \n  you wish to run/test\n- \u003ckbd\u003eT\u003c/kbd\u003e runs `actest.exe`, if a _\"lab string\"_ hasn't \n  been set yet, it will ask for it first\n- \u003ckbd\u003eCtrl\u003c/kbd\u003e + \u003ckbd\u003eT\u003c/kbd\u003e always asks for _\"lab string\"_, \n  meant for correcting a bad  _\"lab string\"_\n- \u003ckbd\u003eQ\u003c/kbd\u003e exits the program\n\n\u003e **NOTE** if a currently running program is\n\u003e stuck, \u003ckbd\u003eCtrl\u003c/kbd\u003e + \u003ckbd\u003eC\u003c/kbd\u003e will kill it without\n\u003e killing `UBB-NASM-Runner`  \n\u003e\u003e :bulb:Unfortunately if the program is stuck asking for input\n\u003e\u003e then this won't help, you should do one of the following \n\u003e\u003e (say you run `STRPELDA`, like in the image above) :  \n\u003e\u003e - close the `UBB-NASM-Runner` window (loss of history), or \n\u003e\u003e - \u003ckbd\u003eCtrl\u003c/kbd\u003e + \u003ckbd\u003eShift\u003c/kbd\u003e + \u003ckbd\u003eEsc\u003c/kbd\u003e,\n\u003e\u003e find `STRPELDA.exe` and terminate it, or\n\u003e\u003e - open `cmd` and type\n\u003e\u003e ```batch\n\u003e\u003e taskkill /F /im STRPELDA.exe\n\u003e\u003e ```\n\n## Download\n\n- [:arrow_double_down:UBB-NASM-Runner.exe](https://github.com/FLevent29/UBB-NASM-Runner/releases/download/1.0/UBB-NASM-Runner.exe)\n\\- needs [.NET Core Runtime 5](https://dotnet.microsoft.com/download/dotnet/current/runtime)  \n  \u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;- or -\n- [:arrow_double_down:UBB-NASM-Runner-standalone.exe](https://github.com/FLevent29/UBB-NASM-Runner/releases/download/1.0/UBB-NASM-Runner-standalone.exe)\n\\- takes up more space\n\n## Install\n\nPlace `UBB-NASM-Runner` in the folder where you have your _assembly projects_ \nand all the _[binaries](https://www.cs.ubbcluj.ro/~afra/ac/aclab.zip)_ \nand the _[tester](https://www.cs.ubbcluj.ro/~scsanad/actest/actest.zip)_ \nprovided by the university.\n\nExecute it with a terminal, like [Windows Terminal](https://github.com/microsoft/terminal#installing-and-running-windows-terminal) \nor through file explorer.\n\n\u003e :warning: Once you start `UBB-NASM-Runner` it will ask you\n\u003e if you want your project files moved into `.\\projects` folder or ` .\\ `\u0026nbsp;\n\u003e (you probably (will) keep them in ` .\\ `\u0026nbsp;either way)   \n\u003e These are your two options, because of how `nasm.exe` handles\n\u003e paths, it cannot escape spaces for include files, so\n\u003e if you had your projects and it's include files in\n\u003e `.\\my project folder` then `nasm.exe` would start complaining\n\u003e (NASM version 2.11.08)\n\u003e\u003e :information_source: You can change the selected \n\u003e\u003e directory for your projects by deleting `.\\bin\\hushprojects` \n\u003e\u003e and restarting the application\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflevi29%2Fubb-nasm-runner","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflevi29%2Fubb-nasm-runner","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflevi29%2Fubb-nasm-runner/lists"}