{"id":16984027,"url":"https://github.com/ratfactor/pftgu_nasm","last_synced_at":"2026-02-28T10:30:14.923Z","repository":{"id":145254763,"uuid":"546255815","full_name":"ratfactor/pftgu_nasm","owner":"ratfactor","description":"NASM ports of exercises from Programming from the Ground Up","archived":true,"fork":false,"pushed_at":"2023-09-27T22:50:39.000Z","size":9,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-12T09:12:18.220Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ratfactor.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2022-10-05T19:46:57.000Z","updated_at":"2023-09-27T22:50:50.000Z","dependencies_parsed_at":null,"dependency_job_id":"b6fa01fb-e246-4a11-9e32-4e2bf1c89b17","html_url":"https://github.com/ratfactor/pftgu_nasm","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ratfactor%2Fpftgu_nasm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ratfactor%2Fpftgu_nasm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ratfactor%2Fpftgu_nasm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ratfactor%2Fpftgu_nasm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ratfactor","download_url":"https://codeload.github.com/ratfactor/pftgu_nasm/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239872621,"owners_count":19711098,"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-10-14T02:29:55.845Z","updated_at":"2026-02-28T10:30:14.833Z","avatar_url":"https://github.com/ratfactor.png","language":"Assembly","readme":"# NASM ports of exercises from Programming from the Ground Up\n\n**MOVED!** Hello, I am moving my repos to http://ratfactor.com/repos/\nand setting them to read-only (\"archived\") on GitHub. Thank you, _-Dave_\n\nThe 2003 book _Programming from the Ground Up_ is an excellent primer\nfor 32-bit (i386) architecture assembly (and fundamental programming in\ngeneral). I've got a paper copy, but you can also read it for free\nat archive.org:\n\nhttps://archive.org/details/programming-from-the-ground-up\n\nThis repo contains my NASM translations of the programs. The `go.sh`\nshell script assembles, links, and runs them (leave off the extension):\n\n    # Exit\n    #\n    $ ./go.sh ch03.1_exit\n    Exited with code: 0\n\n    # Find largest value in array of doubles\n    #\n    $ ./go.sh ch03.2_maximum\n    Exited with code: 222\n\n    # Call a function to compute exponent\n    #\n    $ ./go.sh ch04.1_power_function\n    Exited with code: 33\n\n    # Call recursive function to compute factorial\n    #\n    $ ./go.sh ch04.2_factorial\n    Exited with code: 24\n\nPersonal note: I like this book a lot, but I do not endorse the author\nor his views outside of this one single subject.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fratfactor%2Fpftgu_nasm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fratfactor%2Fpftgu_nasm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fratfactor%2Fpftgu_nasm/lists"}