Path: utzoo!utgpu!attcan!uunet!lll-winken!ames!husc6!m2c!applix!scott From: scott@applix.UUCP (Scott Evernden) Newsgroups: comp.sys.amiga.tech Subject: Re: SDB and tracing through the ROMs Keywords: SDB, BCPL, breakpoint Message-ID: <890@applix.UUCP> Date: 6 Jan 89 20:12:46 GMT References: <1988Dec27.223345.29513@ziebmef.uucp> <10967@swan.ulowell.edu> <10772@s.ms.uky.edu> Reply-To: scott@applix.UUCP (Scott Evernden) Organization: APPLiX Inc., Westboro MA Lines: 19 >>>I haven't yet found the magic flag that write-enables the WCS. Based on a note by Martin Brenner, I quickly tried this in Manx C and it sure seems to work main() { * (long *) 0x80 = 0xFC00D0; /* a RESET */ #asm trap #0 #endasm } Compile and run. The machine'll reboot, but the WCS will be unprotected and the BootRom will be visible at 0xF80000. Please don't anyone use this for amything. -scott