bugzmanov / nes_ebook

A mini book on writing NES emulator using rust lang
https://bugzmanov.github.io/nes_ebook/index.html
385 stars 68 forks source link

6502 Reference Link Invalid #15

Closed holmanb closed 2 years ago

holmanb commented 2 years ago

The link on this page doesn't point to reference manual.

https://www.obelisk.me.uk/6502/reference.html

holmanb commented 2 years ago

Also a missing link to the instruction set manual on this page: https://github.com/bugzmanov/nes_ebook/blob/0f7f57390d5076941f3838182d0d476b859f8785/src/chapter_3_3.md?plain=1#L22

kardusenor commented 2 years ago

The link on this page doesn't point to reference manual.

obelisk.me.uk/6502/reference.html

You can refer this

bugzmanov commented 2 years ago

thanks @holmanb and @Adam-Teng. fixed now!