TUM-LRR / Jasmin

Java Assembler Interpreter
GNU General Public License v2.0
64 stars 22 forks source link

RCL / RCR using different flags #41

Open julian-villing opened 7 years ago

julian-villing commented 7 years ago

RCL uses the overflow flag to indicate a set bit RCR uses the carry flag to indicate a set bit

Description of both: Rotate left/right through Carry