Topic : TOS - The Operating System Author : Version : tos.hyp (December 19, 2008) Subject : Programmieren/Atari Nodes : 3010 Index Size : 93790 HCP-Version : 5 Compiled on : Atari @charset : atarist @lang : @default : Title @help : @options : +g -i -s +x +zz -t4 @width : 70 View Ref-File14.6.1 ClearPageMode TOS Name: »ClearPageMode« - Clear PMMU mode for a memory block. Number: 2 Declaration: ULONG ClearPageMode ( ULONG mode, ULONG start_address, ULONG length ); Description: The call ClearPagemode clears the PMMU mode for a given block of memory. The following apply: Parameter Meaning mode Bit-vector as in SetPageMode start_address Start address of memory segment length Length of desired segment Note: All other bits are reserved for future purposes. A program may only clear those bits that it has set itself previously. Return value: The function returns zero on error-free execution. Otherwise a value is returned in which the bits that could not be manipulated are set. Group: PMMU functions-handler See also: GetHdv_inuse GetPageSize pmem_size PMMUversion SetPageMode vmem_size