Disassembler
This Assembler was written under SUNOS4 and has not been tested under
other Operating Systems. To compile it, you need to have mmap() (Map a
File into processes Memory-Space), or to patch it, to malloc the
amount of data you need and copy your file into that region.
disass: Disassembles a SC-62015 memory image.
Copyright (C) 1994 Thomas GSCHWIND
This program 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.
This program 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 this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
BUGS found!
- The error occurs, when the second argument is a
Register/InternalRam-Indirect argument (If you are aware of this, it
shouldn't be a problem. Especially, when you call the program with the
option -x (Show Hex Dump too).):
Examples:
mv (foo),[(bar)+/-N]
mv (foo),[Reg+/-N]
mv (foo),[--Reg++]
- The -x Option is not present in the usage-message.
disass.tgz
Thomas GSCHWIND - tom@infosys.tuwien.ac.at