{"id":16717502,"url":"https://github.com/firobe/6502-ml","last_synced_at":"2025-04-10T06:43:02.109Z","repository":{"id":74791010,"uuid":"135460482","full_name":"Firobe/6502-ml","owner":"Firobe","description":"6502 chip simulator in OCaml","archived":false,"fork":false,"pushed_at":"2024-03-14T00:20:39.000Z","size":307,"stargazers_count":11,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-24T07:49:12.047Z","etag":null,"topics":["6502","emulator","ocaml"],"latest_commit_sha":null,"homepage":"","language":"OCaml","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/Firobe.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":"2018-05-30T15:10:09.000Z","updated_at":"2025-01-31T23:50:12.000Z","dependencies_parsed_at":"2024-03-14T01:42:25.204Z","dependency_job_id":null,"html_url":"https://github.com/Firobe/6502-ml","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/Firobe%2F6502-ml","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Firobe%2F6502-ml/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Firobe%2F6502-ml/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Firobe%2F6502-ml/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Firobe","download_url":"https://codeload.github.com/Firobe/6502-ml/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248173422,"owners_count":21059593,"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":["6502","emulator","ocaml"],"created_at":"2024-10-12T21:32:10.834Z","updated_at":"2025-04-10T06:43:02.085Z","avatar_url":"https://github.com/Firobe.png","language":"OCaml","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 6502-ml\n\n6502 chip family simulator in OCaml. Created for use in a [NES emulator in OCaml](https://github.com/Firobe/nes-ml).\n\n![CI](https://github.com/Firobe/6502-ml/actions/workflows/build.yml/badge.svg)\n\n**Documentation** containing simple examples and reference is available [online](https://firobe.fr/6502-ml/6502-ml/).\n\n## Usage\n\nAssuming you have `opam` installed with an existing switch, either:\n- add a pin to this repo: \n   \u003e `opam pin add nes-ml https://github.com/Firobe/6502-ml.git`\n\n- or clone and run\n  \u003e `opam install .`\n\nFurthermore, you can run the tests with `dune runtest`. To use the library in other programs, see the [online documentation](https://firobe.fr/6502-ml/6502-ml/).\n\nIts zero page starts at address `0x0000`.  \n\n## Development status\n\nThe CPU passes all functional tests of [Klaus Dormann's test suite](https://github.com/Klaus2m5/6502_65C02_functional_tests) (`klaus.bin` is an assembly of `6502_functional_test.a65`) and the [Nestest ROM](http://www.qmtpro.com/~nes/misc/nestest.txt) as compared to Nintendulator.  \n\nCycles count is accurate even for supported unofficial instructions, and tested.  \n\n## References\n\nGreat ressources used:\n- http://www.6502.org/tutorials/\n- http://www.obelisk.me.uk/6502/\n- https://wiki.nesdev.com/\n- http://www.masswerk.at/6502/6502_instruction_set.html\n- http://nesdev.com/6502_cpu.txt\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffirobe%2F6502-ml","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffirobe%2F6502-ml","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffirobe%2F6502-ml/lists"}