Add missing LSR zero page instruction.

This commit is contained in:
Eric Smith 2018-02-11 15:59:49 -07:00
parent 4fcd6863c7
commit 8bbf37d17d
1 changed files with 1 additions and 0 deletions

1
tbl.c
View File

@ -83,6 +83,7 @@ struct info optbl[256] = {
[0x41] = { "eor", 2, INX },
[0x45] = { "eor", 2, ZPG },
[0x46] = { "lsr", 2, ZPG },
[0x48] = { "pha", 1, IMP },
[0x49] = { "eor", 2, IMM },