Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 1.12 KB

README.md

File metadata and controls

31 lines (18 loc) · 1.12 KB

6502 Emulator

Resources

How to use my code and resources

open the video and follow the website contents while taking a look at my notes (after each episode my commits have done with episode n so you can take a look at them at that point)

Notes

These are present in the code

Code Structure

Video 1

https://github.com/davepoo/6502Emulator/tree/2b48db0d0fb41f416f4c1e49f0a2d6df184efa0b

proccesor status flags

proccesor_status_register_flags

for reseting www.c64-wiki.com/wiki/Reset_(Process)

TODO for first video

convert switch and case to if and else