matanlurey / gba.dart-archived

A gameboy advanced emulator written in Dart
https://github.com/matanlurey/gba.dart
12 stars 4 forks source link

Start decoder, and migrate to package:binary #27

Closed matanlurey closed 7 years ago

matanlurey commented 7 years ago

@kharland Eh, not worth to having binary math operations? I can revert though.

kendalharland commented 7 years ago

Possibly not. I think writing uint32.mask(op1) + uint32.mask(shifterOperand) in each instruction is fine.