diff --git a/index.markdown b/index.markdown index 3acfe97..7a46572 100644 --- a/index.markdown +++ b/index.markdown @@ -119,7 +119,7 @@ location `$0600`, so `PC` always starts there. The last section shows the processor flags. Each flag is one bit, so all seven flags live in a single byte. The flags are set by the processor to give information about the previous instruction. More on that later. [Read more -about the registers and flags here](http://www.obelisk.me.uk/6502/registers.html). +about the registers and flags here](https://web.archive.org/web/20210626024532/http://www.obelisk.me.uk/6502/registers.html).

Instructions