Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!usc!snorkelwacker!ai-lab!rice-chex!bson From: bson@rice-chex.ai.mit.edu (Jan Brittenson) Newsgroups: comp.sys.handhelds Subject: SAD 1.01 errata Message-ID: <10988@life.ai.mit.edu> Date: 25 Sep 90 11:43:03 GMT Sender: news@ai.mit.edu Organization: nil Lines: 20 If you have found a bug not described here, please tell me. SAD 1.01 Errata September 25, 1990: * Don't attempt to use any of the tools (except dump2core) without a .symbols file. Create an empty one, or crashes may occur. * There is a bug concerning disassembly of illegal instructions. A buffer isn't properly NUL-terminated, and sometimes legal instructions referring to symbols with peculiar names - "cmd_*" for instance - will be regarded as illegal, and consequently messed up. This is mostly a problem when attempting to disassemble RPL code as ML. * Xsym will not recognize double-quoted symbol names. `foo:' will work, while `"foo":' won't.