diff options
| author | Astrid Smith | 2010-09-13 21:29:22 -0700 |
|---|---|---|
| committer | Astrid Smith | 2010-09-13 21:29:22 -0700 |
| commit | aa57dfa3e3e854c011461c3d3ee5f90b6f950d33 (patch) | |
| tree | 819cb9874ecbf39a411e0e58238c7f73762b2b37 /testbenches | |
| parent | 4b9b3b331950e7bf993e7061189975559ce76863 (diff) | |
Fixed bug in conditional instructions which take an argument
Diffstat (limited to 'testbenches')
| -rw-r--r-- | testbenches/mine.z80 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testbenches/mine.z80 b/testbenches/mine.z80 index 2de2861..637d2b5 100644 --- a/testbenches/mine.z80 +++ b/testbenches/mine.z80 @@ -21,7 +21,7 @@ dec8: cond_jr: ld a,01h ;3e - cp a ;b8 + cp a ;bf jr nz,wrong ;20 ccf ;3f |
