Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shinyzenith/zigemu6502
MOS-6502 Emulator written in Zig
https://github.com/shinyzenith/zigemu6502
Last synced: 25 days ago
JSON representation
MOS-6502 Emulator written in Zig
- Host: GitHub
- URL: https://github.com/shinyzenith/zigemu6502
- Owner: Shinyzenith
- License: bsd-2-clause
- Created: 2023-05-05T21:49:11.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-08-15T17:23:24.000Z (about 1 year ago)
- Last Synced: 2023-08-15T18:58:41.453Z (about 1 year ago)
- Language: Zig
- Homepage:
- Size: 25.4 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# MOS Technology 6502 emulator
[MOS Technology 6502](https://en.wikipedia.org/wiki/MOS_Technology_6502) emulator written with the iguana.
## Implemented Instructions:
1. LDA_IM
1. LDA_ABS
1. LDA_ABS_X
1. LDA_ABS_Y
1. LDA_IND_X
1. LDA_IND_Y
1. LDA_ZP
1. LDA_ZP_X
1. JSR_ABS
1. NOP## Requirements:
1. Zig (0.11.0)## Building:
```console
$ zig build
```