removed repetitive logic from thumb add_subtract

This commit is contained in:
Matthew Berry 2021-02-11 00:01:07 -08:00
parent c986673e68
commit b4af85523e

View file

@ -15,7 +15,6 @@ module THUMB
else
set_reg(rd, add(@r[rs], operand, true))
end
set_neg_and_zero_flags(@r[rd])
step_thumb
end