Knowledge Base

{NV[Ptr+(RecLen*RecNum)+nn]} = X; X=Y; Y=Z; Z=T

Pop X and write the byte to NVEM at Pointer + RecLen x RecNum + nn. Raise a fatal error if the transfer runs past the end of NVEM.

This instruction can also be used in index mode by using the keyword iNVPopByte. In that case the transfer is at NVEM address Pointer + RecLen x RecNum + nn + ii, where ii is the contents of the index register I.

+ From dialect 16 the address argument will be indexed when executed inside a MultiTrack task and will be indexed if the instruction is preceded by the IasJ: precode.

Refer to NVEM documentation to learn about Non Volatile Extended Memory.

Dialect exclusions: Not available in dialects before 15.