Skip to content

Commit

Permalink
perf: Remove rendundant jumps
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasvr committed Oct 25, 2020
1 parent 3737b09 commit 9bd8ffe
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Bluejay.asm
Original file line number Diff line number Diff line change
Expand Up @@ -627,14 +627,11 @@ t1_normal_range:
mov Temp4, A
mov A, Temp3
mov Temp5, A
jb Flags2.RCP_DIR_REV, t1_int_bidir_rev_chk ; If same direction - branch

setb Flags2.RCP_DIR_REV
sjmp t1_int_bidir_rev_chk

t1_int_bidir_fwd:
jnb Flags2.RCP_DIR_REV, t1_int_bidir_rev_chk ; If same direction - branch

clr Flags2.RCP_DIR_REV

t1_int_bidir_rev_chk:
Expand Down

0 comments on commit 9bd8ffe

Please sign in to comment.