matanlurey / arm7_tdmi

A Dart emulator for the ARM7/TDMI processor.
https://pub.dartlang.org/packages/arm7_tdmi
MIT License
4 stars 2 forks source link

Do not use ==/!= 0 comparisons #13

Closed matanlurey closed 7 years ago

matanlurey commented 7 years ago

Instead, use Integral#isZero from package:binary.

We should consider making some sort of helper.dart to help enforce this pattern and make it more readable in the repository.