{"id":22049279,"url":"https://github.com/paramrathour/microprocessors-lab","last_synced_at":"2026-04-22T23:34:21.582Z","repository":{"id":114192752,"uuid":"387605103","full_name":"paramrathour/Microprocessors-Lab","owner":"paramrathour","description":"My Assembly Codes during EE309 (Microprocessors) and EE337 (Microprocessors Lab) Spring 2020-21","archived":false,"fork":false,"pushed_at":"2023-08-27T23:55:19.000Z","size":95759,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-01T18:10:16.951Z","etag":null,"topics":["8051","8086","analog-to-digital-converter","binary-to-decimal","finite-state-machine","key-debouncing","lcd-display","mips","musical-notes","pulse-width-modulation","reaction-timer","serial-peripheral-interface","strcpy","symmetric-matrix","temperature-sensor","tennis-scoreboard-simulator"],"latest_commit_sha":null,"homepage":"","language":"C","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/paramrathour.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2021-07-19T22:05:46.000Z","updated_at":"2022-02-18T13:56:52.000Z","dependencies_parsed_at":null,"dependency_job_id":"b3b0aa0c-3045-4972-b2ec-76133952940b","html_url":"https://github.com/paramrathour/Microprocessors-Lab","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/paramrathour/Microprocessors-Lab","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paramrathour%2FMicroprocessors-Lab","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paramrathour%2FMicroprocessors-Lab/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paramrathour%2FMicroprocessors-Lab/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paramrathour%2FMicroprocessors-Lab/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/paramrathour","download_url":"https://codeload.github.com/paramrathour/Microprocessors-Lab/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paramrathour%2FMicroprocessors-Lab/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32159958,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-22T17:06:48.269Z","status":"ssl_error","status_checked_at":"2026-04-22T17:06:19.037Z","response_time":58,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["8051","8086","analog-to-digital-converter","binary-to-decimal","finite-state-machine","key-debouncing","lcd-display","mips","musical-notes","pulse-width-modulation","reaction-timer","serial-peripheral-interface","strcpy","symmetric-matrix","temperature-sensor","tennis-scoreboard-simulator"],"created_at":"2024-11-30T14:14:47.708Z","updated_at":"2026-04-22T23:34:21.575Z","avatar_url":"https://github.com/paramrathour.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Assembly Implementations\n\n### EE309 Microprocessors\n\n- Software key debouncing using finite state machines in\n\t- [Intel 8051](https://github.com/paramrathour/Microprocessors-Lab/tree/main/EE309/1)\n\t- [Mini-MIPS](https://github.com/paramrathour/Microprocessors-Lab/tree/main/EE309/4)\n\n### EE337 Microprocessors Laboratory (using ATMEL AT89C5131A)\n\n- [Count the number of bits which are set to 1 in a byte at some memory location](https://github.com/paramrathour/Microprocessors-Lab/tree/main/EE337/Lab%201)\n- [Largest and second largest integers in a list of 20 numbers](https://github.com/paramrathour/Microprocessors-Lab/tree/main/EE337/Lab%201)\n- [Calculate the decimal representation of an unsigned 8-bit integer stored at some memory location](https://github.com/paramrathour/Microprocessors-Lab/tree/main/EE337/Lab%202)\n- [Check if a given m × m matrix M is symmetric](https://github.com/paramrathour/Microprocessors-Lab/tree/main/EE337/Lab%202)\n- [Display content on the LCD](https://github.com/paramrathour/Microprocessors-Lab/tree/main/EE337/Lab%204)\n- [Proportional delay generation](https://github.com/paramrathour/Microprocessors-Lab/tree/main/EE337/Lab%205)\n- [Controlled duty cycle pulse width modulated (PWM) signal generation](https://github.com/paramrathour/Microprocessors-Lab/tree/main/EE337/Lab%205)\n- [Reaction timer](https://github.com/paramrathour/Microprocessors-Lab/tree/main/EE337/Lab%206)\n- [Musical notes generation](https://github.com/paramrathour/Microprocessors-Lab/tree/main/EE337/Lab%206)\n- [Temperature measurement using an LM35 sensor and analog-to-digital converter (ADC) MCP3008](https://github.com/paramrathour/Microprocessors-Lab/tree/main/EE337/Lab%206)\n- [Tennis Scordboard Simulator](https://paramrathour.github.io/Microprocessors-Lab/EE337/Tennis/)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparamrathour%2Fmicroprocessors-lab","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fparamrathour%2Fmicroprocessors-lab","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparamrathour%2Fmicroprocessors-lab/lists"}