{"id":20253264,"url":"https://github.com/jeremylikness/6502emulator","last_synced_at":"2025-04-10T23:42:35.862Z","repository":{"id":77125836,"uuid":"54282661","full_name":"JeremyLikness/6502emulator","owner":"JeremyLikness","description":"Emulator for the 6502 chipset written with TypeScript and Angular 2","archived":false,"fork":false,"pushed_at":"2016-05-14T17:39:05.000Z","size":140,"stargazers_count":21,"open_issues_count":0,"forks_count":6,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-10T23:42:32.162Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/JeremyLikness.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":"2016-03-19T19:10:28.000Z","updated_at":"2023-12-15T16:45:21.000Z","dependencies_parsed_at":"2023-03-06T09:00:55.954Z","dependency_job_id":null,"html_url":"https://github.com/JeremyLikness/6502emulator","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/JeremyLikness%2F6502emulator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JeremyLikness%2F6502emulator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JeremyLikness%2F6502emulator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JeremyLikness%2F6502emulator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JeremyLikness","download_url":"https://codeload.github.com/JeremyLikness/6502emulator/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248317726,"owners_count":21083527,"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-11-14T10:22:48.610Z","updated_at":"2025-04-10T23:42:35.850Z","avatar_url":"https://github.com/JeremyLikness.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 6502emulator\n\nEmulator for the 6502 chipset written with TypeScript and Angular 2.\n\nRead a detailed explanation of building this emulator [here](http://csharperimage.jeremylikness.com/2016/03/lessons-learned-re-writing-6502.html).\n\nTry out a working version of the emulator [here](http://apps.jeremylikness.com/apps/6502ng2/).\n\nThis is a 6502 emulator written specifically to demonstrate the structure and functions of Angular 2 and TypeScript. It is \nnot a full hardware emulator and not optimized for speed, but rather for readability. It is not completed (I do accept pull requests) \nbecause not all op codes are implemented and the binary-packed decimal tests fail, but the other tests and programs run successfully. \n\nThe emulator features a full assembler/compiler with support for labels, a disassembler, a memory dump, and enables you to debug and \nstep through programs. \n\n![Screenshot](./screenshot.png?raw=true)\n\n## Getting Started \n\nNavigate to the parent directory of the location you wish to place the project (it will create the `6502emulator` folder for you).\n\nGrab the repo: \n\n`git clone https://github.com/JeremyLikness/6502emulator.git` \n\nNavigate to the directory:\n\n`cd 6502emulator` \n\nIf you want the typings (Angular 2 is fairly self-documenting, so I just included ones for `Node.js`) install the utility:\n\n`npm install -g typings` \n\nThen:\n\n`typings install` \n\nNow install the package dependencies: \n\n`npm install` \n\nYou'll probably get a lot of noise and errors but as long as the final list shows `rxjs`, `angular2` etc. and the final line is not \nan error, you should be good. \n\nNow you can compile and run it: \n\n`npm start` \n\nThat should be it! Follow the directions to load, compile, and run your first 6502 program. The display is memory-mapped, meaning you\ncreate graphics by setting a value 0 - 255 to a memory address (the `globalConstants.ts` contains all of the information you need). \n\nThanks, \n\nJeremy Likness\n[@JeremyLikness](https://twitter.com/JeremyLikness) \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjeremylikness%2F6502emulator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjeremylikness%2F6502emulator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjeremylikness%2F6502emulator/lists"}