[comp.sys.handhelds] SAD 1.01 errata

bson@rice-chex.ai.mit.edu (Jan Brittenson) (09/25/90)

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.