Modula-2 || Compiler & Tools || Library || Search Engine


Ulm's Modula-2 Library:
Bytes


NAME

Bytes, ByteNCopy, PINC, PDEC - byte and pointer manipulations

SYNOPSIS

PROCEDURE ByteNCopy(to, from : ADDRESS; no : CARDINAL);

PROCEDURE PINC(VAR ptr : ADDRESS; no : CARDINAL);

PROCEDURE PDEC(VAR ptr : ADDRESS; no : CARDINAL);

DESCRIPTION

ByteNCopy copies no bytes in an optimized way from address from to address to.

PINC and PDEC increment respectively decrement ptr (potentially a pointer variable) by the number of bytes specified as no.


Edited by: martin, last change: 1996/12/04, revision: 1.1, converted to HTML: 1996/12/11

Modula-2 || Compiler & Tools || Library || Search Engine