• @towerful
    link
    61
    edit-2
    7 months ago

    // increase the dynamically allocated memory space of a word sized integer stored at the memory address represented by the symbol "x" by the integer 1 and terminate the instruction

    • @[email protected]
      link
      fedilink
      387 months ago

      Wait why is it dynamically allocated and why are you increasing the memory. Something is very wrong here

    • @Anders429
      link
      117 months ago

      Why the heck does it need to be dynamically allocated? Just put that puppy on the stack.

      • @towerful
        link
        67 months ago

        That’s what it used to do.
        But it was a bug, and the code has been fixed.