; ; hammer.sh ; ; Main definitions for Sledgehammer ; ; © 1994-1998 Straylight ; ;----- Licensing note ------------------------------------------------------- ; ; This file is part of Straylight's Sledgehammer debugger. ; ; Sledgehammer is free software; you can redistribute it and/or modify ; it under the terms of the GNU General Public License as published by ; the Free Software Foundation; either version 2, or (at your option) ; any later version. ; ; Sledgehammer is distributed in the hope that it will be useful, ; but WITHOUT ANY WARRANTY; without even the implied warranty of ; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ; GNU General Public License for more details. ; ; You should have received a copy of the GNU General Public License ; along with Sledgehammer. If not, write to the Free Software Foundation, ; 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. ;----- Overview ------------------------------------------------------------- ; ; Functions provided: ; ; hammer_confirm ; hammer_getStack ; --- hammer_confirm --- ; ; On entry: R0 == pointer to confirmation message ; ; On exit: C set to proceed with whatever it was you wanted to confirm ; ; Use: Displays a message with a confirmation prompt and waits ; for a response from the user. IMPORT hammer_confirm ; --- hammer_getStack --- ; ; On entry: -- ; ; On exit R13 == pointer to the sledghammer stack ; ; Use: Returns a pointer to the sledgehammer stack! IMPORT hammer_getStack ;----- That's all folks ----------------------------------------------------- END