{"id":21591433,"url":"https://github.com/akashjain04/electronic-dice","last_synced_at":"2025-03-18T10:16:25.647Z","repository":{"id":110316425,"uuid":"268277340","full_name":"akashjain04/Electronic-Dice","owner":"akashjain04","description":"A simulation of dice with 8086 assembly program.","archived":false,"fork":false,"pushed_at":"2020-06-09T05:05:21.000Z","size":902,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-24T16:33:01.483Z","etag":null,"topics":["8086","assembly","electronic","electronic-dice","hardware","masm","microprocessor","random","random-number-generator","seven-segment","seven-segments-display","software"],"latest_commit_sha":null,"homepage":"","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/akashjain04.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}},"created_at":"2020-05-31T12:40:22.000Z","updated_at":"2024-05-04T11:46:08.000Z","dependencies_parsed_at":"2023-04-10T01:17:31.797Z","dependency_job_id":null,"html_url":"https://github.com/akashjain04/Electronic-Dice","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/akashjain04%2FElectronic-Dice","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akashjain04%2FElectronic-Dice/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akashjain04%2FElectronic-Dice/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akashjain04%2FElectronic-Dice/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/akashjain04","download_url":"https://codeload.github.com/akashjain04/Electronic-Dice/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244198394,"owners_count":20414443,"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","assembly","electronic","electronic-dice","hardware","masm","microprocessor","random","random-number-generator","seven-segment","seven-segments-display","software"],"created_at":"2024-11-24T16:25:58.582Z","updated_at":"2025-03-18T10:16:25.624Z","avatar_url":"https://github.com/akashjain04.png","language":"Assembly","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Electronic Dice\n****\n\nElectronic dice is an Assembly program written to simulate the behaviour of the dice. It can generate random numbers between 1 and 6. This is designed specifically for 8086 Microprocessor.\n\n## We have two types\n\n  - Software Program\n  - Hardware Program\n\n\n### Software Program\n****\nThe software program has two options. One is to roll the dice and another is to stop the simulation. The software program just displays the result on the screen. \n\n#### Output:-\n![software Output](https://github.com/akashjain04/Electronic-Dice/blob/master/SoftwareOutput.png?raw=true)\n\n\n### Hardware Program\n****\nThe Hardware program uses the 7 segment display to display the result. We need to have this hardware to execute the program. The program displays the result on the seven segment display.\n\n#### Output:-\n\n![Hardware Output](https://github.com/akashjain04/Electronic-Dice/blob/master/HardwareOutput.png?raw=true)\n\n## Execution\n****\nWe need to have MASM installed in the System.\n\nFirst we compile to assembly file,\n```\n    masm programName.asm\n```\nNext we link the object file\n```\n    link programName.obj\n```\nNext we run the .exe file\n```\n    programName.exe\n```\n\nFor executing hardware programs you need to assign permissions and then execute the program similar to software program.\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakashjain04%2Felectronic-dice","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fakashjain04%2Felectronic-dice","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakashjain04%2Felectronic-dice/lists"}