ROP2 Changelog

ROP2 Changelog

2017-06-18:

  • Modules: Changed memory layout. Vars are directly before code so that global vars can be PC-relative accessed (used in ARMv7)
  • RCompiler.CompileX: added global options
  • RCompiler.CompileA: added \d option for software DIV/MOD (needed for Cortex-A8, Cortex-A9)
  • reverted and optimized last DIV/MOD change as DIV/MOD is only defined for positive divisors in Oberon

2017-02-13:

  • xOPL.Div: made DIV and MOD OBERON definition compliant (fixed wrong result for a DIV/MOD b when a and b both were negative)
  • added ARMv7 target
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License