Skip to content

Dev memory

Dassire requested to merge dev_memory into tests

Added the stack segment and the heap to the memory type, with their corresponding functions

  • These functions dispatch the actions between the heap and the stack, depending of the address given
  • The sizes and address are considered given in bytes, where the cells correspond to 4 bytes (32 bits)
  • fetch and store has a variant where they manipulate a block of integers, given in the form of a int list

Updated evalMem and added evalEseq

Merge request reports