Topic : The ATARI Compendium
Author : Scott Sanders / JAY Software
Version : 1.25 (20/6/2003)
Subject : Documentation
Nodes : 1117
Index Size : 32614
HCP-Version : 6
Compiled on : Atari
@charset : UTF-8
@lang : en
@default :
@help : %About
@options : +g -i -t4 +y +z
@width : 100
View Ref-FilePuntaes() XBIOSSyntaxVOID Puntaes( VOID )
Function Puntaes() discards the AES (if memory-resident) and restarts
the system.
Opcode 39 (0x27)
Availability All TOSversions.
Binding move.w #$27,-(sp)
trap #14
addq.l #2,sp
Return Value If successful, this function will not return control to the
caller.
Caveats Puntaes() is only valid with disk-loaded AES's.
Comments Puntaes() discards the AES by freeing any memory it
allocated, resetting the system variable os_magic (this
variable should contain the magic number 0x87654321, however
if reset, the AES will not initialize), and rebooting the
system.