{"id":21827231,"url":"https://github.com/nishatrhythm/microprocessor-basics","last_synced_at":"2025-07-20T13:31:15.857Z","repository":{"id":182361466,"uuid":"668377881","full_name":"nishatrhythm/Microprocessor-Basics","owner":"nishatrhythm","description":"Here is the microprocessor basics assembly code for lab course.","archived":false,"fork":false,"pushed_at":"2023-08-03T14:27:43.000Z","size":27,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2023-08-03T15:49:26.985Z","etag":null,"topics":["8086-programs","assembly","microprocessor"],"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/nishatrhythm.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}},"created_at":"2023-07-19T16:58:46.000Z","updated_at":"2023-08-03T15:49:26.985Z","dependencies_parsed_at":"2023-07-19T18:37:20.463Z","dependency_job_id":null,"html_url":"https://github.com/nishatrhythm/Microprocessor-Basics","commit_stats":null,"previous_names":["nishatrhythm/microprocessor","nishatrhythm/microprocessor-basic"],"tags_count":0,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nishatrhythm%2FMicroprocessor-Basics","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nishatrhythm%2FMicroprocessor-Basics/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nishatrhythm%2FMicroprocessor-Basics/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nishatrhythm%2FMicroprocessor-Basics/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nishatrhythm","download_url":"https://codeload.github.com/nishatrhythm/Microprocessor-Basics/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":226798051,"owners_count":17683673,"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":["8086-programs","assembly","microprocessor"],"created_at":"2024-11-27T18:12:38.845Z","updated_at":"2024-11-27T18:12:39.517Z","avatar_url":"https://github.com/nishatrhythm.png","language":"Assembly","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Microprocessor-Basics\n \n\u003ch2\u003eImplementations of the following problems\u003c/h2\u003e\n\u003col type=\"1\"\u003e\n \u003cli\u003eSort numbers in ascending and descending\u003c/li\u003e\n \u003cli\u003eSeven segment display interface\u003c/li\u003e\n \u003cli\u003eSearch for a character in a string\u003c/li\u003e\n \u003cli\u003eProgram to display a string\u003c/li\u003e\n \u003cli\u003eFind smallest number\u003c/li\u003e\n \u003cli\u003eFind largest number\u003c/li\u003e\n \u003cli\u003eConvert lowercase letter to uppercase\u003c/li\u003e\n \u003cli\u003eAddition of n numbers\u003c/li\u003e\n \u003cli\u003eAdd 2 numbers\u003c/li\u003e\n \u003cli\u003e32-bit Addition using DD directive\u003c/li\u003e\n \u003cli\u003e16-bit Subtraction\u003c/li\u003e\n \u003cli\u003eSubtraction of n numbers\u003c/li\u003e\n \u003cli\u003eFind square and cube of a number\u003c/li\u003e\n \u003cli\u003eFind LCM of a given number\u003c/li\u003e\n \u003cli\u003eFind Largest number using dos display interrupts\u003c/li\u003e\n \u003cli\u003eFind GCD of two numbers\u003c/li\u003e\n \u003cli\u003eFind factorial of a given number\u003c/li\u003e\n \u003cli\u003eProgram to check for Palindrome\u003c/li\u003e\n \u003cli\u003eProgram for string transfer\u003c/li\u003e\n \u003cli\u003eProgram for Reverse a string\u003c/li\u003e\n \u003cli\u003eNibble wise Palindrome\u003c/li\u003e\n \u003cli\u003eLogical ones and zeroes in given data\u003c/li\u003e\n \u003cli\u003eFind the data is positive or negative\u003c/li\u003e\n \u003cli\u003eFind the data is odd or even\u003c/li\u003e\n \u003cli\u003eBitwise Palindrome\u003c/li\u003e\n \u003cli\u003eBinary to BCD code conversion\u003c/li\u003e\n \u003cli\u003eBCD to Binary code conversion\u003c/li\u003e\n \u003cli\u003eASCII adjustment Instructions\u003c/li\u003e\n \u003cli\u003e32-bit Addition\u003c/li\u003e\n \u003cli\u003e16-bit multiplication of signed numbers\u003c/li\u003e\n \u003cli\u003e16-bit multiplication of unsigned numbers\u003c/li\u003e\n \u003cli\u003e16-bit division of signed numbers\u003c/li\u003e\n \u003cli\u003e16-bit division of unsigned numbers\u003c/li\u003e\n \u003cli\u003e8-bit division for signed number\u003c/li\u003e\n \u003cli\u003e8-bit division for unsigned number\u003c/li\u003e\n\u003c/ol\u003e\n\n\n\u003ch2\u003eLab problem\u003c/h2\u003e\n\u003cul\u003e\n \u003cli\u003eWrite an assembly language program that reads two numbers from the keyboard and gives their sum as output. Also find the smaller number of the two.\u003c/li\u003e\n\u003c/ul\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnishatrhythm%2Fmicroprocessor-basics","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnishatrhythm%2Fmicroprocessor-basics","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnishatrhythm%2Fmicroprocessor-basics/lists"}