cmsc430 / cmsc430.github.io

CMSC 430 Design and Implementation of Programming Languages
https://cmsc430.github.io/
45 stars 33 forks source link

Document behavior of conditional moves #167

Closed pdarragh closed 8 months ago

pdarragh commented 8 months ago

Specifically that the source is always read from, regardless of the condition.