Short: Display last alert. (enforcer friendly) Author: joerg riemer Uploader: joerg riemer Type: util/moni Version: 1.0 Requires: Kickstart V37+ Architecture: m68k-amigaos Date: 3.5.2002 Keywords: Alert, Guru, Meditation, LastAlert LAlert, just another small cli-command (exactly 364 bytes), which simple displays both, the last alert number and the provided address where it happened. for some debugging reasons, these values only available at the low-memory area also called zero-page. while the enforcer is running, this specific area is marked as invalid, because many programming errors cause invalid access to these addresses. due to that fact, LAlert reads the required values by an enforcer friendly way. LAlert is written in assembler. (sourcecode included) additional: there is a second one called Alert. Alert invokes a GURU. just a simple recoverable alert which doesn't destroys anything. it's only for testing LAlert! *** HACK AT YOUR OWN RISK *** for suggestions, hints, tips and/or questions send an email to: joerg_riemer@freenet.de joerg...