Skip to content

Commit

Permalink
65c02: fixed PLA, PLY, PLX flags
Browse files Browse the repository at this point in the history
  • Loading branch information
Johann Klasek authored and larsbrinkhoff committed Aug 9, 2020
1 parent 5d7f08f commit c015b38
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions MCS6500/65c02.txt
Original file line number Diff line number Diff line change
Expand Up @@ -127,10 +127,10 @@
|PHP |08|-------| X |3|Push status register |-[S]=P |
|PHX |DA|-------| X |2|Push index register |-[S]=X |
|PHY |5A|-------| X |2|Push index register |-[S]=Y |
|PLA |68|-------| X |4|Pull Accumulator |A=[S]+ |
|PLA |68|*----*-| X |4|Pull Accumulator |A=[S]+ |
|PLP |28|*******| X |4|Pull status register |P=[S]+ |
|PLX |FA|-------| X |2|Pull index register |X=[S]+ |
|PLY |7A|-------| X |2|Pull index register |Y=[S]+ |
|PLX |FA|*----*-| X |2|Pull index register |X=[S]+ |
|PLY |7A|*----*-| X |2|Pull index register |Y=[S]+ |
|RMBb d|07|-------| * |5|Reset Memory Bit |d<b>=0 |
|ROL d|2E|*----**| xx |6|Rotate Left |d={C,d}<- |
|ROLA |2A|*----**|X |2|Rotate Left Acc. |A={C,A}<- |
Expand Down

0 comments on commit c015b38

Please sign in to comment.