Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```