cCalc Changelog

What's new in cCalc 1.13

Oct 17, 2012
  • renamed "Copy to Op" to "MOV -> Op"
  • reordered some controls
  • added XCHG, exchanges Input with Op
  • added IDIV, IMUL
  • added [MOD], [IMOD], these are in brackets
  • since they are not really cpu instructions, but
  • added for convenience, they display the remainder of DIV/IDIV
  • instructions in EDX.

New in cCalc 1.11 (Jan 9, 2010)

  • Added ADC and SBB support.