Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!wuarchive!brutus.cs.uiuc.edu!ux1.cso.uiuc.edu!ux1.cso.uiuc.edu!cs325ec From: cs325ec@ux1.cso.uiuc.edu Newsgroups: comp.sys.atari.st Subject: RESET from C, TOS LOAD, QUICK TOS a Message-ID: <16000030@ux1.cso.uiuc.edu> Date: 27 Mar 90 06:27:00 GMT Lines: 34 Nf-ID: #N:ux1.cso.uiuc.edu:16000030:000:621 Nf-From: ux1.cso.uiuc.edu!cs325ec Mar 27 00:27:00 1990 I finally got a Reset to work in the following way for a program I wrote... #include #include #include long res; void getrv(void) { *(long *)0x426L = 0x31415926L; res = *(long *)0x4f2L; } void main(void) { Dsetdrv(2); Dsetpath("\\AUTO\\"); Frename(0,"HAC.PRX","HAC.PRG"); Supexec(getrv); Supexec(res); } Question: Is this the simplest way? Q2: QUICKTOS by Darek M. doesn't work with an image of my ROMS from $fc0000 with length 192K. Is there a header on the RAM TOS that allows it to be loaded... Does anyone know the mechanism. Thanks in advance... -- Greg