{"id":22242851,"url":"https://github.com/theluqmn/orca-nasm","last_synced_at":"2025-03-25T10:41:35.291Z","repository":{"id":239879958,"uuid":"800862776","full_name":"theluqmn/Orca-NASM","owner":"theluqmn","description":"A general-purpose CLI-based project made using NASM-compiled x86 64-bit Assembly. ","archived":false,"fork":false,"pushed_at":"2024-06-01T05:51:59.000Z","size":19,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-30T09:42:28.271Z","etag":null,"topics":["asm","asmx86","assembly","assembly-x86","hello-world"],"latest_commit_sha":null,"homepage":"","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/theluqmn.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-15T06:27:26.000Z","updated_at":"2024-06-01T05:52:02.000Z","dependencies_parsed_at":"2024-05-22T00:27:37.238Z","dependency_job_id":"42288e24-a5fa-452a-9618-1b0efc036ef0","html_url":"https://github.com/theluqmn/Orca-NASM","commit_stats":null,"previous_names":["luqmanually/orga-nasm","luq-mn/orca-nasm","theluqmn/orca-nasm"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theluqmn%2FOrca-NASM","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theluqmn%2FOrca-NASM/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theluqmn%2FOrca-NASM/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theluqmn%2FOrca-NASM/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/theluqmn","download_url":"https://codeload.github.com/theluqmn/Orca-NASM/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245449531,"owners_count":20617187,"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":["asm","asmx86","assembly","assembly-x86","hello-world"],"created_at":"2024-12-03T04:17:52.385Z","updated_at":"2025-03-25T10:41:35.153Z","avatar_url":"https://github.com/theluqmn.png","language":"Assembly","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Project Orca NASM-based (Orca-NASM)\n\n**Assembled using the [NASM](https://nasm.us) assembler, x86 64-bit.**\n\n## Overview\n\nA multi-purpose, CLI-based program I made for fun, and to get myself used to coding in the Assembly language. \n\n## Available functions\n\nI cannot guarantee that all the listed functions work as intended whilst you are reading this `READM.md`. This project is being worked on bit by bit from time to time, and the commits I made are not necessarily containing 100% fully working code.\n\n### `calc`\n\nBasic calculator. Does the basic 4 arithmetic operations, **addition**, **subtraction**, **multiplication** and **division**.\n\n### `help`\n\nDisplays the commands, and some basic tips.\n\n### `exit`\n\nExits the program (the proper way). Another way is via `CTRL+C`.\n\n## How do I run this script?\n\nYou will need the [NASM](https://nasm.us) assembler installed, on your system and PATH.\n\n### Assemble `script.asm` to `script.o`\n\nRun the following command on your terminal:\n\n```bash\nnasm -f elf64 script.asm\n```\n\nThis will output an object file (`script.o`)\n\n### Convert `script.o` to `script`\n\nIn order to run the script, you have to do this one last conversion. Run the following command:\n\n```bash\nld script.o -o script\n```\n\n### Run the `script`\n\nYou can now run the script. Go to the file location of `script`, and run the following:\n\n```bash\n./script\n```\n\n## Feedbacks/Suggestions\n\nIf you have any feedbacks or suggestions, please contact me (all the links are available on my [profile](https://github.com/luqmanually))\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheluqmn%2Forca-nasm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftheluqmn%2Forca-nasm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheluqmn%2Forca-nasm/lists"}