Dotneteer / spectnetide

ZX Spectrum IDE with Visual Studio 2017 and 2019 integration
MIT License
206 stars 27 forks source link

Update Z80BitOperations.cs #217

Closed gusmanb closed 3 years ago

gusmanb commented 3 years ago

SRL_HLi is using the Rl flags instead of the Rr ones, this causes the C flag to become the left-most bit instead of the right-most one.