1
0
mirror of https://github.com/fadden/6502bench.git synced 2024-06-12 08:29:29 +00:00

Update expected results for 10032-flags-and-branches

The "smart PLP" behavior change in 2a65457e altered the analysis.
This commit is contained in:
Andy McFadden 2020-07-30 16:57:33 -07:00
parent 97ca814854
commit c63035fb55
4 changed files with 4 additions and 4 deletions

View File

@ -240,9 +240,9 @@ _L1113 clc
sec
plp
bcc _L111B
brk
.byte $00
.byte $00
_L111B sec
bcs _L111F

View File

@ -235,9 +235,9 @@ L105F sep #$80
sec
plp
bcc :L111B
brk
dfb $00
dfb $00
:L111B sec
bcs :L111F

View File

@ -240,9 +240,9 @@ L105F sep #$80
sec
plp
bcc @L111B
brk
!byte $00
!byte $00
@L111B sec
bcs @L111F

View File

@ -241,9 +241,9 @@ L105F: sep #$80
sec
plp
bcc @L111B
brk
.byte $00
.byte $00
@L111B: sec
bcs @L111F