Product Information > Version 7.1 Release Information > Upgrading to JADE Release 7.1 > MemoryAddress Value Adjustment (PAR 62517)

MemoryAddress Value Adjustment (PAR 62517)

The MemoryAddress primitive type now provides the adjust method, which has the following signature.

adjust(offset: Integer64): MemoryAddress;

This method adjusts the value of the MemoryAddress of the receiver by an integral amount (for example, when stepping through blocks of memory) and returns a new MemoryAddress value.